mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
docs: search processes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user