Created
September 29, 2023 20:12
-
-
Save andyg1/a60a1c89048d80f789297368645d7b5b to your computer and use it in GitHub Desktop.
Check if a service is running in Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# lists all running processes and filters them by name (in this example "dbus") | |
ps -ef | grep dbus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment