租用问题

质量为本、客户为根、勇于拼搏、务实创新

< 返回租用问题列表

linux关机的命令是什么,linux关机命令区别

发布时间:2023-08-28 07:59:55

linux关机的命令是甚么

Linux关机的命令是"shutdown"还是"poweroff"。
1. 使用shutdown命令:
```shell
shutdown -h now
```
还是
```shell
shutdown -h +10
```
第一个命令会立即关机,第二个命令会在10分钟后关机。
2. 使用poweroff命令:
```shell
poweroff
```
这个命令会立即关机。
在履行这些命令前,请确保你有关机权限。