Chinaunix首页 | 论坛 | 博客
  • 博客访问: 107637
  • 博文数量: 20
  • 博客积分: 1910
  • 博客等级: 上尉
  • 技术积分: 485
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-10 15:46
文章分类

全部博文(20)

文章存档

2013年(3)

2012年(4)

2011年(10)

2010年(1)

2009年(2)

我的朋友

分类: LINUX

2012-08-21 12:12:22

It is useful to shut down or reboot Linux with shell command from a terminal or shell prompt especially when remote access is applied or the GUI stop working.

To shutdown / power off Ubuntu Linux, type the command:
sudo halt
OR
sudo shutdown -h now

To reboot Ubuntu Linu, type the command:
sudo reboot

More information can be found by following commands:
man reboot
man shutdown


阅读(429) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~