who 查看目前有谁在线
netstat -a 查看网络的联机状态
ps -aux 查看后台的执行程序
sync 将数据写入硬盘当中
shutdown:
1、shutdown -h now 等于 poweroff -f
立即关机
2、shutdown -h 20:25
定时关机
3、shutdown -h 10
10分钟后关机
4、shutdown -r now
立即重启
5、shutdown -r 30 'The system will reboot'
过三十分钟重启,并显示消息
6、shutdown -k now 'This system will reboot'
仅发出警告,不会关机
切换执行等级:
init 0 关机
init 3 纯命令行模式
init 5 含有图形界面模式
init 6 重启
阅读(887) | 评论(0) | 转发(0) |