Home > Operation and Maintenance > Linux Operation and Maintenance > What command can be used to shut down the linux system?

What command can be used to shut down the linux system?

王林
Release: 2020-05-26 15:07:15
Original
8976 people have browsed it

What command can be used to shut down the linux system?

You can use the shutdown command to shut down the system, as follows:

1. Shut down the Linux system after one minute

shutdown  -h +1
Copy after login

What command can be used to shut down the linux system?

2. Shut down the Linux system immediately

shutdown -h now
Copy after login

You can also execute the halt, poweroff, and init 0 commands to shut down the system.

Recommended tutorial: linux system

The above is the detailed content of What command can be used to shut down the linux system?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template