Answers for "du command linux usage"

0

du command linux usage

Ubuntu DU for file:
du -h --human-readable <fileName>

Ubuntu DU for directory:
du -a --all <dir>
Posted by: Guest on October-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language