How can i know my Filesystem and its current usage in my
prod UNIX system?

Answers were Sorted based on User's Feedback



How can i know my Filesystem and its current usage in my prod UNIX system?..

Answer / vengadesh

df -k can give you Filesystem usage.
bdf in case of HP-UX

Is This Answer Correct ?    27 Yes 1 No

How can i know my Filesystem and its current usage in my prod UNIX system?..

Answer / arpita das

df -k will give the filesystem usage in kilobytes.
if you do df -a it will giv eth efile system usage as well
as the usage of its partitions also.You can check the
example also..
E.g:1--

bash-3.00$ df -k

Filesystem 1K-blocks Used Available Use%
Mounted on
/dev/sda1 50394964 8614616 39220392 19% /
none 1032140 158900 873240
16% /dev/shm
/dev/sda3 98403344 527484 92877236
1% /viewstore


E.g:2--

bash-3.00$ df -a
Filesystem 1K-blocks Used Available Use%
Mounted on
/dev/sda1 50394964 8614676 39220332 19% /
none 0 0 0 -
/proc
none 0 0 0 - /sys
none 0 0 0 -
/dev/pts
usbfs 0 0 0 -
/proc/bus/usb
none 1032140 158900 873240
16% /dev/shm
/dev/sda3 98403344 527484 92877236
1% /viewstore
none 0 0 0 -
/proc/sys/fs/binfmt_misc
sunrpc 0 0 0 -
/var/lib/nfs/rpc_pipefs
automount(pid5461) 0 0 0 - /net
automount(pid5538) 0 0 0 -
/home
nfsd 0 0 0 -
/proc/fs/nfsd

Is This Answer Correct ?    7 Yes 0 No

How can i know my Filesystem and its current usage in my prod UNIX system?..

Answer / archana

df -csh gives the current disk usage

Is This Answer Correct ?    1 Yes 0 No

How can i know my Filesystem and its current usage in my prod UNIX system?..

Answer / sreehari ck

df -h

this command also display ur filesystem size (used as well
as avilable in human readable format )

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?

7 Answers  


How do I use grep to find a file?

0 Answers  


What will the following command do?

0 Answers  


How do you repeat a command in terminal?

0 Answers  


What are Unix processes, and how do you manage them?

1 Answers  






What are the commands in UNIX to list the files in a Directory?

0 Answers   CGI,


How do you move or rename a file or directory?

1 Answers  


In UNIX, what is the command to kill a process?

10 Answers  


what does a process mean?

5 Answers   Infosys,


hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command

2 Answers   ACS, Span Systems,


what is the use of the hidden files?

3 Answers  


What are the unix commands?

0 Answers  


Categories