redhat shutdown關機及重啟示例

wisdomone1發表於2013-07-18
--redhat shutdown命令語法
[root@rhel5 network-scripts]# shutdown -r  -t 0 'will be rebooting'
Usage:    shutdown [-akrhHPfnc] [-t secs] time [warning message]
                  -a:      use /etc/shutdown.allow
                  -k:      don't really shutdown, only warn.
                  -r:      reboot after shutdown.
                  -h:      halt after shutdown.
                  -P:      halt action is to turn off power.
                  -H:      halt action is to just halt.
                  -f:      do a 'fast' reboot (skip fsck).
                  -F:      Force fsck on reboot.
                  -n:      do not go through "init" but go down real fast.
                  -c:      cancel a running shutdown.
                  -t secs: delay between warning and kill signal.
                  ** the "time" argument is mandatory! (try "now") **
                  
馬上重啟作業系統,time引數為必須項            
[root@rhel5 network-scripts]# shutdown -r  -t 0 0 'will be rebooting'

Broadcast message from root (pts/0) (Thu Jul 18 10:14:04 2013):

will be rebooting 
The system is going down for reboot NOW!

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-766578/,如需轉載,請註明出處,否則將追究法律責任。

相關文章