G Gabriel9999 Member Joined Mar 12, 2019 Messages 38 Reaction score 4 Credits 130 Oct 11, 2019 #1 I want to list services currently installed in an ubuntu box. Also want to list the status of the listed services. Thanks
I want to list services currently installed in an ubuntu box. Also want to list the status of the listed services. Thanks
samuel tarcin New Member Joined Mar 6, 2019 Messages 24 Reaction score 11 Credits 48 Oct 11, 2019 #2 There are a lot of ways to list services in a linux or ubuntu system. But if you also want to list services status "systemctl list-units" will work for your case perfectly. Ref: https://www.poftut.com/start-stop-get-status-linux-service-systemd/
There are a lot of ways to list services in a linux or ubuntu system. But if you also want to list services status "systemctl list-units" will work for your case perfectly. Ref: https://www.poftut.com/start-stop-get-status-linux-service-systemd/
Nik-Ken-Bah Well-Known Member Joined Sep 9, 2019 Messages 735 Reaction score 716 Credits 2,741 Oct 11, 2019 #3 @samuel tarcin Thanks for the link I learn something new everyday.