进入root模式
bash
su -> 回车 -> 输入root用户密码
关闭系统
bash
方法1:
shutdown -h now
方法2:
init 0
方法3:
telinit 0
按预定时间关闭系统
bash
shutdown -h hours:minutes &
取消按预定时间关闭系统
bash
shutdown -c
重启
bash
shutdown -r now
重启
bash
方法1:
shutdown -r now
方法2:
reboot
注销
bash
logout
查看IP
bash
ip addr
查看文件目录
bash
dir
显示 USB 设备
bash
lsusb -tv
显示系统日期
bash
date
查看开机启动列表
bash
chkconfig --list
查看硬件使用情况
bash
top
查看指定进程的线程信息
bash
top -Hp 3403411