1.cat 查看文档
2.df -h 查看磁盘空间
3.free -m 查看内存使用情况
4.head -n 查看一个文件前n行
5.tail -n 查看一个文件末n行
6.less 以较少内容查看文件
more 类似cat,不过是以一页一页形式显示
7.wc -lwc 统计文件内容信息
8.date 查看日期
9.cal 显示日历
10.clear/ctrl -l 清除现有信息(不删除)
11.管道符 | grep 用于“过滤”
12.hostname -f 操作服务器的主机名
13.id 查看用户基本信息
14.whoami 显示当前登录用户名
15.ps -ef 查看服务器进程信息
16.top 查看服务器进程占得资源
17.du -sh 查看目录真实大小
18.find 查找文档