How to use the Linux shutdown command

Source: Internet
Author: User

The Linux shutdown command can be used to shut down a program and send a message to all the programs that the user is executing before shutdown. shutdown can also be used to restart the system.

Permission: system administrator.

Syntax

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

Parameter description:

  • -T seconds: set to shut down the program in seconds.
  • -K: It does not actually shut down, but only sends the warning message to all users.
  • -R: Reboot After Shutdown
  • -H: shut down after shutdown
  • -N
  • -C: cancels the shutdown action that is currently in progress.
  • -F: do not perform fcsk operations when shutting down (check the Linux file system)
  • -F: forces the fsck action when the instance is shut down.
  • Time: Set the shutdown time
  • Message: warning message sent to all users

Instance

Shut down now

# Shutdown-h now

Shutdown in 5 minutes

# Shutdown + 5 "System will shutdown after 5 minutes" // shutdown within 5 minutes and warning message displayed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.