One Day One GNU/Linux Command (SHUTDOWN)

3 views
Skip to first unread message

Bharathi Subramanian

unread,
May 22, 2008, 2:42:38 AM5/22/08
to GNU/Linux User Group of TCE, GNU/Linux Users Group - Trichy, VEC-FOSS
One Day One GNU/Linux Command
=============================

Warning: Don't try this in the production/server machines.

shutdown -- Bring the system down (Need Root privilege)

Summary:

shutdown brings the system down in a secure way. All logged-in users
are notified that the system is going down, and login is blocked. All
processes are 1st notified that the system is going down by the signal
SIGTERM. Runlevel 0 is used to halt the system, runlevel 6 is used to
reboot the system.

Examples:

# shutdown 12:00 -- Shutdown at 12:00

# shutdown +10 -- Shutdown after 10min

# shutdown now -- Immediate shutdown (now == +0)

# shutdown -t 10 -- Wait 10 Sec after warn the user

# shutdown -k -- Don't really shutdown; only warn

# shutdown -r -t 5 -- Reboot after shutdown

# shutdown -h -t 5 -- Halt after shutdown

# shutdown -f now -- Skip fsck (File System Check) on reboot

# shutdown -F now -- Force fsck on reboot

# shutdown -c -- Cancel the already waiting shutdown process.

Read: man shutdown

HTH :)
--
Bharathi S

Reply all
Reply to author
Forward
0 new messages