Welcome to my blog ...
cd <file-system>
cd /
du -sk * | sort -nr | head
or
find / -type f -exec du -Sh {} + | sort -rh | head
[You can modify the path / to replace with the path you need]
Post a Comment
No comments:
Post a Comment