Linux commands related to shutdown (restart)

Source: Internet
Author: User

Linux commands related to shutdown (restart) in linux some commonly used shutdown/restart Commands include shutdown, halt, reboot, and init, which can achieve the purpose of restarting the system, however, the internal working process of each command is different. Through the introduction in this article, we hope you can use various shutdown commands more flexibly. 1. shutdown the shutdown command to safely shut down the system. It is very dangerous for some users to disable linux by directly disconnecting the power supply. Different from windows, linux runs many processes in the background, therefore, force shutdown may lead to data loss in the process, making the system unstable, or even damaging hardware in some systems. When the shutdown command is used before the system is shut down, the system administrator notifies all logged-on users that the system will be shut down. The login command is frozen, meaning that new users cannot log on again. It is possible to directly shut down or wait for a certain period of time to shut down, or restart. This is determined by the signal that all processes receive from the system [signal. This allows programs such as vi to have time to store the files being edited, while programs such as mail and news can leave normally. Shutdown is to send a signal to the init program and ask it to change the runlevel. Runlevel 0 is used to stop [halt], runlevel 6 is used to reactivate the [reboot] system, and runlevel 1 is used to bring the system into the state where management can be done. This is the preset state. if no-h or-r parameter is set to shutdown. If you want to know what actions are performed during the shutdown (halt) or re-boot (reboot) process, you can view the runlevels related information in the/etc/inittab file. Shutdown parameter description: [-t] Tell init how long it will be shut down before it is changed to another runlevel. [-R] restart the calculator. [-K] does not actually shut down, but sends a warning signal to each consumer [login 〕. [-H] power off after Shutdown [halt 〕. [-N] shut down by yourself instead of init. You are not encouraged to use this option, and the consequences of this option are not always what you expected. [-C] cancel current process cancels the currently running Shutdown program. Therefore, this option certainly does not have a time parameter, but you can enter a message for explanation, and this information will be sent to each user. [-F] Ignore fsck when restarting calculator [reboot. [-F] forces The fsck when restarting the calculator [reboot. [-Time] set the time before shutdown. 2. halt is actually calling shutdown-h. When halt is executed, the application process is killed and the sync system call is executed. After the file system write operation is completed, the kernel is stopped. Parameter description: [-n] prevents the sync system from calling. It is used to fix the root partition with fsck to prevent the kernel from overwriting the repaired super block with the old version of superblock. [-W] is not a real restart or shutdown, but a record for wtmp (/var/log/wtmp. [-D] Do not write the wtmp record [included in Option [-n 〕. [-F] Force shutdown or restart without calling shutdown. [-I] disable all network interfaces before shutting down (or restarting. [-P] this option is the default option. It is called poweroff when shutdown. 3. the reboot process is almost the same as that of halt. However, it causes host restart, while halt causes shutdown. Its parameters are similar to those of halt. 4. init is the ancestor of all processes, and its Process number is always 1. Therefore, sending a TERM signal to init will terminate all user processes and daemon processes. Shutdown uses this mechanism. Init defines eight runlevels. init 0 indicates shutdown, and init 1 indicates restart. I will not describe it here for a long article on init. In addition, the telinit command can change the running level of init. For example, telinit-iS can enable the system to enter the single-user mode, and the information and waiting time when shutdown iS not available.

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.