From: thierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade> Date: Fri, 5 Mar 2010 17:02:55 +0000 (+0000) Subject: (no commit message) X-Git-Tag: foo~184 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a895f4774334a94928c8a0a73e93aad3f0f80b1d;p=infrastructure.git --- diff --git a/scripts/check-disk.sh b/scripts/check-disk.sh new file mode 100755 index 0000000..1073856 --- /dev/null +++ b/scripts/check-disk.sh @@ -0,0 +1,5 @@ +#!/bin/sh +bash -x + +df -h / +for i in /vservers/ /build/trash/; do echo -ne "$i\t" ; ls -l $i | wc -l ; done