标签:sum init 相关 ping 服务启动 睡眠 动态显示 用户数 附加
1.hostname 指令
2.id指令
3.whoami指令
4.ps -ef指令(重点)
#ps -ef|grep 进程名称
5.top指令
6.du - sh指令
7.find指令【可以搜索隐藏文件】
8.service指令
9.kill指令
10.ifconfig指令
11.reboot指令
重新启动计算机
12.shutdown指令
1 除了·shutdown关机以外,还有几个关机指令: 2 #init 0 3 #halt 4 #poweroff
13. uptime指令
14.uname指令
15.netstat -tnlp指令
16.man指令
Linux中文命令手册:https://man.linuxde.net
标签:sum init 相关 ping 服务启动 睡眠 动态显示 用户数 附加
原文地址:https://www.cnblogs.com/leoych/p/12209953.html