Linux basic command learning: shutting down the system

Source: Internet
Author: User
Linux basic command learning: Shut down the system-Linux general technology-Linux technology and application information. The following is a detailed description. The shutdown command can safely shut down or restart the Linux system. It prompts a warning message to all logged-on users before the system is shut down. This command also allows you to specify a time parameter, which can be a precise time or a time period from now on.

The exact time format is hh: mm, indicating the hour and minute, and the time period is represented by + and the number of minutes. The system automatically synchronizes data after executing this command.

General format of the command
Shutdown [Option] [time] [Warning Information]

The meaning of each option in the command is:
-K does not actually shut down, but only sends a warning message to all users.
-R restarts immediately after shutdown.
-H: Do not restart after Shutdown
-F: Skip fsck during fast shutdown and restart
-N: fast shutdown without passing through the init program
-C. Cancel a running shutdown.

Note that this command can only be used by Super Users.

Example 1: The system shuts down in 10 minutes and restarts immediately.
# Shutdown? R + 10

Example 2: The system is shut down immediately without restarting
# Shutdown? H now

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.