1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-10 08:02:20 +00:00

docs: search processes

This commit is contained in:
Julien Le Coupanec 2022-03-06 20:00:44 +01:00
parent a8b0e9978c
commit d85a74febf

View File

@ -24,5 +24,5 @@ journalctl -u minio.service -n 100 --no-pager # List last 100 logs for specific
sudo resize2fs /dev/disk/by-id/scsi-0DO_example # Resize volume sudo resize2fs /dev/disk/by-id/scsi-0DO_example # Resize volume
ps -ax | grep myprocessname # Search process ps -ax | grep myprocessname # Search processes
kill -9 PROCESS_ID # Kill process PID kill -9 PROCESS_ID # Kill process PID