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 |
Which command is used to terminate a process?
How is grep so fast?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
Explain about chmod options filename?
1.what is Kernel parameters? 2.how many cpu have use in your machine?
What is the most graceful way to get to run level single user mode?
What is the command to check cpu speed in linux?
What is ulimit command?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
Which of the following tasks cannot be accomplished with the touch command?
What is kill command?
What are linux commands?