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
What is $0 bash?
What is updatedb?
What is the command to compare two files in unix?
Which unix command lists files/folders in alphabetical order?
how to sort the content of the file based on numeric values
What is the function of grep command in unix?
What is “chmod” command?
Explain the steps that a shell follows while processing a command.
What does this command do? Cat food 1 > kitty
What do chmod, chown, chgrp commands do?
How do you repeat a command in terminal?
What is rmdir command?
What is grep command in unix with examples?
How do I run a bash script?
Describe the usage and functionality of the command rm –r * in unix?