docs: search and kill process

This commit is contained in:
Julien Le Coupanec 2022-03-06 20:00:38 +01:00
parent 8dac93f947
commit a8b0e9978c
1 changed files with 3 additions and 0 deletions

View File

@ -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