Skip to content

Commit

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

0 comments on commit d85a74f

Please sign in to comment.