koun 发表于 2005-1-4 09:34:01

man "at" command.

"at" is a command to execute a specific command in a certain time you specified. so combine it withanother command "shutdown". it's very easy to implement this functionality

浪心 发表于 2005-1-5 15:20:40

at (两小时后的时间)
> shutdrow -h now
>^d
就好拉

xinye0123 发表于 2005-1-11 01:42:41

nohup shutdown -h 10 &
我用这个命令10分钟后关机,可以了,但是它怎么每分钟就发出"嘟"的声音,该怎么去掉声音?谢谢

internetman 发表于 2005-1-12 13:08:04

问一个怪问题?????高手来看呀

我在普通用户下在终端中输入su 进入root用户的时候 输入密码为什么总是出错
而我用ctrl+alt+backspace 切到root下用同样的密码 却能进入root界面
       郁闷的很 请高手指点一下啦~!! :?
页: 1 [2]
查看完整版本: Linux下如何实现定时关机