Linux下如何实现定时关机

对不起啊,我没把问题说清楚,我用的是RedHat9,有时候用BT下载东西,自己有想睡觉了,想电脑在2个小时后自动关机,我该怎么输入命令,谢谢
就是我说的那样呀。
不过是两个60分钟,自己算是多少分钟。
楼上兄弟们方法的确好使.
Use command like 'at'.
Maybe it is what you want.
use command "man shutdown",you will know more informantion.
man "at" command.

"at" is a command to execute a specific command in a certain time you specified. so combine it with  another command "shutdown". it's very easy to implement this functionality
at (两小时后的时间)
> shutdrow -h now
>^d
就好拉
nohup shutdown -h 10 &
我用这个命令10分钟后关机,可以了,但是它怎么每分钟就发出"嘟"的声音,该怎么去掉声音?谢谢
我在普通用户下在终端中输入su 进入root用户的时候 输入密码为什么总是出错
  而我用ctrl+alt+backspace 切到root下用同样的密码 却能进入root界面
       郁闷的很 请高手指点一下啦~!!