mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-23 21:27:40 +00:00
docs: search and kill process
This commit is contained in:
parent
8dac93f947
commit
a8b0e9978c
@ -23,3 +23,6 @@ lsof -i :9000 # List process running on port 9000
|
||||
journalctl -u minio.service -n 100 --no-pager # List last 100 logs for specific service
|
||||
|
||||
sudo resize2fs /dev/disk/by-id/scsi-0DO_example # Resize volume
|
||||
|
||||
ps -ax | grep myprocessname # Search process
|
||||
kill -9 PROCESS_ID # Kill process PID
|
||||
|
Loading…
Reference in New Issue
Block a user