Category: ASP

To check how much disk space is used by each directory, use the following command:

du -h / | grep ^[0-9.*G

For a quick on the directory size, use this command:

du -sh

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.