Reboot computer from command line
Monday, September 21, 2009
Leave a Comment
We can reboot a machine by using shutdown command from command line.
To reboot the computer:
shutdown -r
To shutdown the computer:
shutdown -s
To abort shutdown:
shutdown -a
0 comments »
Leave your response!