From 75a5e17010c387a994031648d15cfba2c179bf45 Mon Sep 17 00:00:00 2001 From: Flowsnow Date: Thu, 15 Mar 2018 10:19:09 +0800 Subject: [PATCH] translating by Flowsnow --- .../20180306 How To Check All Running Services In Linux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sources/tech/20180306 How To Check All Running Services In Linux.md b/sources/tech/20180306 How To Check All Running Services In Linux.md index 3694571b48..376d9fde5c 100644 --- a/sources/tech/20180306 How To Check All Running Services In Linux.md +++ b/sources/tech/20180306 How To Check All Running Services In Linux.md @@ -1,5 +1,8 @@ +translating by Flowsnow + How To Check All Running Services In Linux ====== + There are many ways and tools to check and list all running services in Linux. Usually most of the administrator use `service service-name status` or `/etc/init.d/service-name status` for sysVinit system and `systemctl status service-name` for systemd systems. The above command clearly shows that the mentioned service is running on server or not. It is very simple and basic command that should known by every Linux administrator.