[下一頁][首頁][上一頁]

我如何重新啟動電腦?

NAME
     shutdown - 在指定的時間關閉電腦
SYNOPSIS
     shutdown [-r] time [warning-message]
DESCRIPTION
     shutdown 提供 super-users 自動關閉的程序,並且在停止時善意地通知使用者。

     可獲得的善意:

     -r    shutdown 在指定的 time 執行 reboot(8)。

     time  time 指 shutdown 將停止系統的時間,也可以使用文字 now (表示立即停止)。

     警告訊息
           任何其它參數所組成的警告訊息將廣播目前系統中的使用者。
      
To reboot the system:
 
範例:
# shutdown -r now The kernel was recompiled, time to reboot! ...等待...
syncing disks... 2 2 done
Rebooting...
[上一頁][首頁][下一頁]