what is du command in linux code example
Example: du command linux usage
Ubuntu DU for file:
du -h --human-readable <fileName>
Ubuntu DU for directory:
du -a --all <dir>
Ubuntu DU for file:
du -h --human-readable <fileName>
Ubuntu DU for directory:
du -a --all <dir>