diff --git a/tools/ubuntu.sh b/tools/ubuntu.sh index 705bf2d..06ecab1 100644 --- a/tools/ubuntu.sh +++ b/tools/ubuntu.sh @@ -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