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 does the metacharacter mean?
What command is used to switching between users in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is grep in bash?
What is ‘ps’ command for?
What is unix command?
What do chmod, chown, chgrp commands do?
How do I clear my terminal history?
Why is awk called awk?
What is a bash command?
What are grep patterns?
What does the command '$ls | wc –l > file1' do?
Enlist some filename manipulation commands in unix.
What happens when we execute a unix command?
What is the use of awk command in unix?