新手和菜鸟必须掌握的Linux命令
一、基本的文件目录操作ls命令:指列出目录内容(List Directory Contents)的意思。运行它可以列出文件夹里的内容。复制代码代码如下:$ ls #查看当前目录下文件conf lnmp_install.sh READMEvhost_ngx_pagespeed.shinit.shngx_pagespeed.shsourcevhost.sh$ ls conf #查看conf目录下文件index.htmlnginx.confpureftpd-my...