Reply To: How to check running processes in linux

Home Forums Technology How to check running processes in linux Reply To: How to check running processes in linux

#242501
Zaigenzi
Participant

Well, first of all, you look at all running processes with the pgrep command, find the process you don’t need. You select the process, and if you want to kill it, you write the kill command.

Recent Topics