Answers for "list linux services running"

7

ubuntu list running services

To check all running services
service --status-all | grep '[ + ]'

To check all services (running & non running)
service --status-all
Posted by: Guest on May-14-2020
0

show services linux

$ pstree | head -n 5
Posted by: Guest on April-17-2021

Code answers related to "list linux services running"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language