yihong0618 和朋友们的频道 头像

消息来源频道

yihong0618 和朋友们的频道

@hyi0618

频道8,612 位成员公开可见0 人在线

yihong0618 和朋友们的频道

成员规模8,612 位成员
在线情况0 人在线
消息总数10,129 条消息
浏览量总数3,293,631 次浏览

在这个频道里搜索消息……

t.me/hyi0618

TIL(github: jbranchaud/til): til/devops/check-the-status-of-all-services.md
Check
In a Linux environment, you can quickly check the status of a number of
different services\. By running \[sudo\] service --status-all, the status
command will be invoked for all services under the /etc/init\.d/ directory\.
So, if you want to check the status of something like nginx or apache,
just run service --status-all and find it in the list\. The - symbol
means it isn't running, the + symbol means it is up, and the ? symbol
means that it cannot determine the status\.