mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-04 19:03:46 +00:00
docs: search processes
This commit is contained in:
parent
a8b0e9978c
commit
d85a74febf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user