Linux Commands List – System Startup & Shutdown

The following commands will be very usefull for starting up the server and ending the session of the server. This includes init, login and logout.

 

System Halts

Command

Description

# init 0

system shutdown

# logout

leaving session

# reboot

Rebooting Machine

# shutdown -h now

shutdown system now

# shutdown -h 12:30

Scheduled shutdown of the system at 12:30

# shutdown -r now

Reboot now

# init 6

Reboot now

 

commands
Comments (0)
Add Comment