Linux常用命令(超常用)「实用教程」

列出文件列表:

[root@localhost /]# ls
创建目录和移除目录:

[root@localhost /]# mkdir 目录名
移除目录:

[root@localhost /]# rmdir 目录名
创建文件:

[root@localhost /]# touch 文件名称
打包并压缩:

[root@localhost /]# tar -zcvf
解压压缩包:

[root@localhost /]# tar -xvf
查找字符串:

[root@localhost /]# grep
显示当前所在目录:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/af88ec1d74722ee240212ad0c9449fec.html