1、linux命令一 (持续更新)

1、创建文件夹 mkdir testplatform

在home目录下,新建一个testplatform文件夹:mkdir /home/testplatform

2、删除文件夹 rm -rf testplatform/
说明: -r 向下递归,不管多少级目录,一并删除;-f 直接强行删除,不作任何提示

3、linux 上传、下载命令

运行rz,会将windows的文件传到linux服务器
运行sz filename,会将文件下载到windows本地,sz reea.zip

先把reeeeeeport文件夹压缩成reea.zip,zip -r reea.zip reeeeeport

4、解压zip包    unzip yasuo.zip

posted @ 2021-09-03 17:37  东北小酱  阅读(40)  评论(0)    收藏  举报