linux disk usage in a folder code example
Example 1: linux check used space in folder
du -h --max-depth=1
Example 2: du command linux usage
Ubuntu DU for file:
du -h --human-readable <fileName>
Ubuntu DU for directory:
du -a --all <dir>
du -h --max-depth=1
Ubuntu DU for file:
du -h --human-readable <fileName>
Ubuntu DU for directory:
du -a --all <dir>