weiwei19820330 发表于 2003-11-28 16:00:43

求助,关于shutdown

我的redhat9下shutdown怎么用啊??
我在终端中执行shutdown -r 等都不好用,不知道是什么原因
我又到/sbin 中执行依旧,而后到/usr/sbin 执行还是不好用,不知道是什么原因
请大家帮忙谢谢了!

ruochen 发表于 2003-11-28 18:12:54

立即重启动:
reboot
shutdown -r now
立即关机:
shutdown -h now
poweroff

默难 发表于 2003-11-30 17:31:27

man shutdown
shutdown -r 0

helloworldd 发表于 2003-12-4 01:31:05

# shutdown -r
Usage:    shutdown [-akrhfnc] [-t secs] time
                  -a:      use /etc/shutdown.allow
                  -k:      don't really shutdown, only warn.
                  -r:      reboot after shutdown.
                  -h:      halt after shutdown.
                  -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") **
页: [1]
查看完整版本: 求助,关于shutdown