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

What is the ipconfig command for linux?

1 Answers  


some one is asking my machine is slow what is your steps?

5 Answers   Oracle, Talent,


Which of the following tasks cannot be accomplished with the touch command?

1 Answers  


Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.

1 Answers  


Explain shift command of linux?

1 Answers  


How do I check cores in linux?

1 Answers  


How do you read ext2/3 file system in windows?

8 Answers   HP,


how to view crond status? If it's show service is not found.

6 Answers   Tech Mahindra,


How can I create a file with cmd?

1 Answers  


what command would you use to find the hostname of the server if yo ony have the ip address?

10 Answers  


what is command like " #(cd unixos; pwd) " tell me OUTPUT

10 Answers   Google,


How do display error messages instantly when command fails?

2 Answers   Satyam,


Categories