1.Linux基本命令

1.创建文件夹:mkdir file_name

2.创建文件:touch file.txt

3.浏览文件:l/ls

4.删除文件:rm file.txt

5.移动文件:mv file.txt  smog.txt

6.复制文件:cp file.txt   bug.txt

7.跳转目录:跳到下级目录:cd  deractory; 跳到指定目录层:cd  /deractorys;

8.删除整个目录:rm -r deractory;

9.未完待续。。。。。。

我们不一样
原文地址:https://www.cnblogs.com/bug-mark/p/8032721.html