rule

0x2d@lemmy.ml to 196@lemmy.blahaj.zone – 279 points –
44

You are viewing a single comment

Also please refresh my memory on how to find the process ID

You can do

ps aux | grep -i 

and the PID is in the second column of the output. However for this use case I recommend a process manager like htop or btop

top for Ubuntu at least will show you the top processes, I think sorted by averaged CPU usage.