首页 > 技术文章 > 1.Linux基本命令

bug-mark 2017-12-13 14:34 原文

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.未完待续。。。。。。

 

推荐阅读