Posts Tagged With: init

Linux Shutdown Commands

Tagged with: , , , ,

Three commands that could be used to shutdown a linux system.


shutdown -h now
init 0
telinit 0
No Comments »

Restarting XServer in Fedora

Tagged with: , , , , , , ,

Restart XServer from command line in Fedora - for testing xorg.conf settings…


telinit 3 #Shutdown X
telinit 5 #Starts X
No Comments »