Easy Tutorial
❮ Linux Comm Mrd Linux Comm Resize ❯

Linux shutdown Command

Linux Command Manual

The Linux shutdown command is used to initiate a shutdown procedure and sends a message to all users' running processes before shutting down. It can also be used to reboot the system.

Usage Permission: System administrator.

Syntax

shutdown [-t seconds] [-rkhncfF] time [message]

Parameter Description:

Examples

Immediate shutdown

# shutdown -h now

Shutdown in 10 minutes

# shutdown -h 10

Reboot the computer

# shutdown -r now

Linux Command Manual

❮ Linux Comm Mrd Linux Comm Resize ❯