0x2d@lemmy.ml to 196@lemmy.blahaj.zone · 9 months agorulelemmy.mlimagemessage-square44fedilinkarrow-up1280arrow-down10
arrow-up1280arrow-down1imagerulelemmy.ml0x2d@lemmy.ml to 196@lemmy.blahaj.zone · 9 months agomessage-square44fedilink
minus-squareI_like_cats@lemmy.onelinkfedilinkarrow-up11·9 months agoYou can do ps aux | grep -i <part of process name> 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
You can do
ps aux | grep -i <part of process name>
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