In Linux world, services are called daemons. Here is how you can list daemons on a Linux OS.
systemctl list-units --type=service
The following image is from a free tier instance on AWS.

Tech Notes of Mine
In Linux world, services are called daemons. Here is how you can list daemons on a Linux OS.
systemctl list-units --type=service
The following image is from a free tier instance on AWS.