Shell Script To Monitor Disk Usage On Linux and Unix

101
Today, we’re going to take a look at a simple shell script to monitor disk space usage. It’s been quite a while since we’ve touch on that, going back to a post from last November regarding finding space hogs on overlay mounts. The script has been kept simple (basically checking every partition for one fixed percentage full) to highlight other features.

Link: linuxshellaccount.blogspot.com

Category:

  • Linux