Display the Disk Usage of file sizes under each directory
in currentDirectory ?
Answer Posted / 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 |
Post New Answer View All Answers
How can I check the exit status of my previous command in Linux operating system?
How do I check cpu usage?
How do I run bash on windows?
How do I permanently set ulimit in linux?
What are whois tools?
Which command is used to uncompress gzip files?
What is cd command used for?
How many types of dos commands are there?
Does cp overwrite?
Explain the free 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.
What is linux pwd (print working directory) command?
what is the fastest way to enter a series of commands from the command-line in linux
What is df -h command?
What is grep command in linux with examples?