Give the command to display space usage on the UNIX file system.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vimal dubey
du is used to find the disk usage and df is used to find
the used space and the free space in the disk
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nitin
df -h is command in Linux system
where as
bdf is gives disk usage in unix system
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / louis solomon micheal
cmd for display space usage = (df -lk) in unix
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prakash
#dfspace
This command to showing details of total space structure of
system space.
# dh -f
showing only space of unix file system only.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / suresh
using du or ds... i am not sure but one of the commands is
definatly correct.......
| Is This Answer Correct ? | 4 Yes | 14 No |
In UNIX, what is the command to edit contents of the file?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me
Which command will you use to change the permissions on file?
what is the command to find out which shell you are running?
What is Unix, and how does it differ from other operating systems?
What are filter commands in unix?
what is the difference between SED and GREP ? Which one is more better and why?
what is mount ,tell me about mount ,how can u use in real time project??
What command will change your prompt to myprompt?
How would you find the size of a file or directory?
What is the difference between pipe (|) and tee command in unix
in UNIX,what is the command to remove directory with files?