Simple command to find out the directory disk usage
ls -F | grep “/” | xargs du -hs
For admin to snoop everybody, try
ls -F | grep “/” | sudo xargs du -hs
ls -F | grep “/” | xargs du -hs
For admin to snoop everybody, try
ls -F | grep “/” | sudo xargs du -hs
No comments yet.
RSS feed for comments on this post. TrackBack URI
©phinesolutions.com