Linux: Verify if a service is running on a system using Systemd Posted on September 27, 2023 by Arturo Gutierrez Loza Verify Service Name: # systemctl list-units | grep post Verify Service Status: # systemctl status postgresql Verify Port used by the Service: # netstat -pnlt Example: Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Like Loading... Related