当前位置:懂科普 >

IT科技

> Linux如何查看运行的服务

Linux如何查看运行的服务

一、执行以下命令,可以查看正在运行服务

# service --status-all | grep running

Linux如何查看运行的服务

二、使用 initctl 命令:# initctl list列出运行的服务

Linux如何查看运行的服务 第2张

三、使用systemctl 命令帮助我们列出系统中所有服务

Linux如何查看运行的服务 第3张

  • 文章版权属于文章作者所有,转载请注明 https://dongkepu.com/itkeji/4gvj7k.html