Answers for "see how large a directory is linux"

3

check folder size in linux terminal

du -sh /home/user/
Posted by: Guest on November-02-2020
1

linux find size of directory and subdirectories

du -s /home/george
Posted by: Guest on October-20-2020
0

see how large a directory is linux

# du -a /home | sort -n -r | head -n 5
Posted by: Guest on November-16-2020

Code answers related to "see how large a directory is linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language