linux重启服务的命令, linux系统下重启服务的命令是什么?下面是重启服务命令的具体介绍:
The commands for restarting services under Linux operating system are: shutdown, shutdown, restart, pause and shutdown.
Shut down:
Shutdown是最常用最安全的关机重启命令,在关机前调用fsck检查磁盘,其中-h和-r是最常用的参数:
-h:停止系统服务并关机。
-r:停止系统服务并重新启动。
Restart:
Reboot的意思是立即重启,效果相当于shutdown -r now。
Shut down:
Poweroff的意思是立即关机,效果相当于shutdown -h now,在多用户模式下(运行3级)不推荐使用。
Pause:
不管当前系统条件如何,通常不建议关闭硬件。
linux重启服务的命令,以上就是本文为您收集整理的linux重启服务的命令最新内容,希望能帮到您!更多相关内容欢迎关注。