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 do I run bash on windows?
How do you limit memory usage for commands?
What is the use of ls command?
How will retrieves incoming mails from different web sites
What can you tell about the tar command?
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
1). What are the situation in process is duplicate is linux box.? 2) Give me 5 situation to kill a process?
How often do you use grep command and how in Linux operating system?
How do you rate yourself in unix(if 0 is novice and 10 is sys admin)?
Explain about system and user utilities?
What command do you type to find help about the command who?
List the three main parts of an operating system command?