centos 常用命令——系统命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 常用命令——系统命令相关的知识,希望对你有一定的参考价值。

1、systemctl 列出正在运行的任务

2、systemctl start *.service 开启相关服务

3、systemctl stop *.service 关闭相关服务

4、systemctl restart *.service 重启一个服务

5、systemctl status *.service 显示一个服务的状态

6、systemctl enable *.service 开机时启动服务

7、systemctl disable *.service 开机时禁止启动服务

8、systemctl is-enabled *.service 查看服务是否开机启动

9、systemctl list-unit-files|grep enabled 查看已启动的服务

以上是关于centos 常用命令——系统命令的主要内容,如果未能解决你的问题,请参考以下文章

CentOS常用基础命令大全

CentOS--初识linux的一些常用命令

2020-04-08Centos 7中常用命令

CentOS常用查看日志命令

Linux学习之CentOS--初识linux的一些常用命令

centos 常用命令