How to start and stop in linux
>> Wednesday, April 8, 2009
Starting & Stopping
>> Shutdown the system now and do not reboot
Command: shutdown -h now
>> Shutdown the system in 5 minutes and reboot
command: shutdown -r 5
>> Shutdown the system now and reboot
Command: shutdown -r now
>>Stop all processes and then reboot - same as above
Command: reboot
>> Start the X system
Command: startx
0 comments:
Post a Comment