一、常用
grep
管道符:
|
watch
ls/ll
二、机器/资源相关
netstat
ps(进程查看)
top/htop(机器资源)
三、文件/文本操作相关
tail/head
awk
sed
wc
find
四、操作系统/权限
chmod/chown
ps -ef | grep
df -hl
find / -name httpd.conf
lsof |grep ‘test/test3’
kill -u wlsun
- top -cu wlsun
- du -h -d 2