Give the command to display space usage on the UNIX file system.
Answer Posted / rohan satpute
1. df -k
2. df -h
3. du -sk [Directory name]
4. du -sh [Directory name]
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the use of tee command?
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)?
Which command can you use to find the currently running process in unix server?
How do you grep recursively?
How to display no of records in oracle using unix command?
What is the difference between cat and more command?
What is the significance of the 'tee' command?
Which unix command to make a new directory?
How can we use grep command in unix?
What is awk good for?
What does this command do,"$more readme.txt“?
What does touch command do in unix?
What is the functionality of a top command?
Name the general commands in using unix os for a beginner?
Which command is used to delete all files in the current directory and all its sub-directories?