docs: search processes

This commit is contained in:
Julien Le Coupanec 2022-03-06 20:00:44 +01:00
parent a8b0e9978c
commit d85a74febf
1 changed files with 1 additions and 1 deletions

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
ps -ax | grep myprocessname # Search process
ps -ax | grep myprocessname # Search processes
kill -9 PROCESS_ID # Kill process PID