Display the Disk Usage of file sizes under each directory
in currentDirectory ?

Answers were Sorted based on User's Feedback



Display the Disk Usage of file sizes under each directory in currentDirectory ?..

Answer / david

du -sch command shows the result.

Is This Answer Correct ?    5 Yes 0 No

Display the Disk Usage of file sizes under each directory in currentDirectory ?..

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

Display the Disk Usage of file sizes under each directory in currentDirectory ?..

Answer / somnath ghosh

du -h --max-depth=1 command will show the result.

Is This Answer Correct ?    4 Yes 2 No

Display the Disk Usage of file sizes under each directory in currentDirectory ?..

Answer / nobody

du -h | /dir_name

Is This Answer Correct ?    3 Yes 1 No

Display the Disk Usage of file sizes under each directory in currentDirectory ?..

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

Display the Disk Usage of file sizes under each directory in currentDirectory ?..

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

Display the Disk Usage of file sizes under each directory in currentDirectory ?..

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

Display the Disk Usage of file sizes under each directory in currentDirectory ?..

Answer / ron

"df" cmd

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Linux Commands Interview Questions

My linux machine is crashed due to root file system, I need not to bother about the root file system, but i need to take care of /etc, /usr, like that.,, can i recover these file systems?

2 Answers  


difference between Tcp and udp

5 Answers  


What is cmake in linux?

0 Answers  


What are the command prompt commands?

0 Answers  


How would you find whether a remote server is up or not?

8 Answers   HP,






How to hide the partition in GRUB booting? (This technique is required when you have more that one Windows system on different partitions of the same disk, let us say the first and second partitions of the first hard drive, to boot from the first partition you must hide the second one)

2 Answers  


what is command for "calj2007"

2 Answers   Google,


What does comm do and how to use it?

0 Answers  


What is know about grep commands?

0 Answers  


What are the files to be used in the network installation of linux os?

4 Answers  


How do I check my disk space?

0 Answers  


how to run the boot loader in the linux.......

5 Answers  


Categories