On most Linux devices, you can run "systemctl --type=service --state=running" to see running services. Get detailed information about a service, SSH for example, with the command "systemctl status ...
One of the best things about Linux is that it offers several ways of handling every task. Everything you do in Linux will have an alternative method, from the simplest to the most complex. But don't ...