Give the command to display space usage on the UNIX file system.
Answer Posted / varakumar reddy
df -k .
it will give space usage
EX:
$ df -k .
Filesystem kbytes used avail capacity
Mounted on
/dev/vx/dsk/dogsap1dg1/vol01
12582912 5360301 6771199
45% /export/dogsap1dg1vol01
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I search for a file in unix command?
Can you enlist some commonly used network commands?
What's a command word?
What is unix command line?
What does #!/ Bin sh do?
What does the command ' $who | sort –logfile > newfile' do?
What is grep command in unix with examples?
Explain the steps that a shell follows while processing a command.
Why is awk called awk?
What does this command do? Cat food 1 > kitty
What is rmdir command?
Can you explain a little bit about command substitution?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How do I find previous commands in unix?
How do I use grep to find a file?