[plug] quotas and hidden files

James Devenish devenish at guild.uwa.edu.au
Fri Dec 12 11:42:43 WST 2003


In message <20031212030352.GA22404 at grail.lostrealm.com>
on Fri, Dec 12, 2003 at 11:03:52AM +0800, Leon Blackwell wrote:
> # find -user username_of_person /quota/volume/mount/point/ | grep -v '^/home/directory/of/user'

BTW to exclude directories from being searched in the first place, you
can use constructs such as this:

% find /mount/point -path /mount/point/ignore-me/ -prune -o -user uid 

(Unverified -- I'm talking to someone in real like at the moment and
that makes it hard to test shell commands.)





More information about the plug mailing list