Skip to content

Commit

Permalink
docs: search and kill process
Browse files Browse the repository at this point in the history
  • Loading branch information
LeCoupa committed Mar 6, 2022
1 parent 8dac93f commit a8b0e99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a8b0e99

Please sign in to comment.