•  
  • 首页
  •  

 

2009
01-19
IBM上aix关机的几个命令
分类: | 查看: 1048 | 评论(0)

要让系统关机,一般采用shutdown命令,但必须以root用户登陆,以下是系统关机的一些例子:

1,在5分钟关掉系统:
#shutdown +5
2.采用没有警告的快速关机:
#shutdown -F 或
#halt
3.关掉并警告用户退出:
#shutdown now
4.在警告一分钟后关机并重新启动:
#shutdown -r
5.快速关机并重新启动:
#shutdown -Fr
#reboot
6.关掉aix到单用户模式:
#telinit S
#init s
#shutdown -m

正在加载评论列表...
正在加载评论页面















































...