Centos命令

向前翻看

1
shift+PgUp

向后翻看

1
shift+PgDown

移动文件

1
mv 文件名 移动目的地文件名

重命名文件

1
mv 文件名 修改后的文件名

删除文件夹命令

1
rm -rf /var/log/httpd/access

删除文件

1
rm -f /var/log/httpd/access.log