Script - Disk Usage Report: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
Line 6: Line 6:


<code>
<code>
curl -k https://download.untangle.com/patches/generic/diskuse.sh | dash
curl -k http://download.untangle.com/patches/generic/diskuse.sh | dash
</code>
</code>

Revision as of 15:29, 5 October 2017

What it is

This script will run and give you a detailed report on what is using your disk space. This script will not free up any space, only give you a report.

How to run

curl -k http://download.untangle.com/patches/generic/diskuse.sh | dash