1

ifconfig

 

2

uname -a

 

3

uptime 等同于top上边命令,查看负载情况

 

4

free -h 查看内存占有率

 

5

history =>!number

 

6

sosreport

 

7

cat

more 看大文件

head -n 15

tail -f 显示最近追加内容

 

8

wc -l 统计有多少行

wc -c 统计有多少字

 

9

cp 文件 文件

cp -r 文件夹 文件夹

 

10

rm -rf(取消确认)

 

11

dd if of bs count

 

12

tar czvf 压缩包名称 文件

 

13

grep hello test.1

 

14

find / -name hello