To view a list of the processes running on the server use:
ps aux
Filter by a string value eg jenkins:
ps aux | grep jenkins
This will return a list of services containing the value jenkins
To view a list of the processes running on the server use:
ps aux
Filter by a string value eg jenkins:
ps aux | grep jenkins
This will return a list of services containing the value jenkins
Forgot a useful command you used recently?
View your history of commands you have typed in linux by just typing in “history” in the command line tool:
history