Display the Disk Usage of file sizes under each directory
in currentDirectory ?
Answer Posted / somnath ghosh
du -h --max-depth=1 command will show the result.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between locating and locate command?
Explain about gzip filename?
What is the use of ls command?
What is SFC command?
How can I create a file with cmd?
What are the 4 kinds of sentences with examples?
How do I find my user id in linux?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
What does execute mean in linux?
What is the use of mv command in linux?
How do I run a command in linux?
Explain about chmod options filename?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
How do I get to root in linux?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?