Give the command to display space usage on the UNIX file system.
Answer Posted / jatanig
du -h /dev/filename (filename is the name of the file like
sda and hda)
d -disk
u -usage
-h -human-readable
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Who invented grep?
What are the commands in UNIX to list the files in a Directory?
What is difference between grep and find command in unix?
What will the following command do?
Who wrote grep?
Are you in or at the office?
Describe the usage and functionality of the command rm –r * in unix?
Describe the zip/unzip command using gzip.
What is a command and examples?
How do I use grep to search for a file?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does #!/ Bin sh do?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Does cp command overwrite files?
Explain command to view process running?