求助,关于shutdown

求助,关于shutdown

[img][/img]我的redhat9下shutdown怎么用啊??
我在终端中执行shutdown -r 等都不好用,不知道是什么原因
我又到/sbin 中执行依旧,而后到/usr/sbin 执行还是不好用,不知道是什么原因
请大家帮忙谢谢了!
立即重启动:
reboot
shutdown -r now
立即关机:
shutdown -h now
poweroff
man shutdown
shutdown -r 0
[root@yy root]# shutdown -r
Usage:    shutdown [-akrhfnc] [-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.
                  -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") **