[下一页][首页][上一页]

我如何重新启动电脑?

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...
[上一页][首页][下一页]