July 2009

Ubuntu - Linux for human beings

Ubuntu Command:
To shutdown / poweroff Ubuntu Linux
sudo halt
Or
sudo shutdown -h now

 
To reboot Ubuntu Linux
sudo reboot
 
To Start/Stop/Restart network:
sudo /etc/init.d/networking {stop|start|restart}
e.g.
sudo /etc/init.d/networking restart