Display the Disk Usage of file sizes under each directory
in currentDirectory ?
Answer Posted / pavan.r
du -sh <file or folder> it will give the file or folder
used how much space
df -Th </dev/sdax> it will show u in this partiton howmuch
space is used and free space with file system
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do I check storage on linux?
What can you tell about the tar command?
What is type command in linux?
What is the difference between find and locate command in linux?
What is tty in linux process?
How do I know my shell?
How do I run multiple commands in linux?
How do I check disk space in bash?
How do I permanently delete linux history?
What does chmod do in linux?
How do I check memory usage on linux?
What is phony in makefile?
What is df command in linux?
How do I find previous commands in linux?
How do I move to root in linux?