Display the Disk Usage of file sizes under each directory
in currentDirectory ?
Answers were Sorted based on User's Feedback
Answer / pravin
du -h gives you the human redable answer in KB,MB or GB use
of the disk
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / somnath ghosh
du -h --max-depth=1 command will show the result.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / naresh
du -ah
above command will show the size of file and directory under
the current directory.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Answer / shaik nizamoddin
du -k
It displays Disk Usage of file sizes under each directory
in currentDirectory.
| Is This Answer Correct ? | 1 Yes | 1 No |
How compile c++ program in cmd?
Which command is used to delete a group?
How do you copy in terminal?
What is the Difference between 'su' and 'su-' ?
How do you create a text file in linux terminal?
What does c mean in linux?
I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What is the command to check cpu speed in linux?
How do I run a command in linux?
What are the commands used in command prompt?