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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are awk commands?

586


How do I search for text in vi?

588


What does this command do? Cat food 1 > kitty

980


How to find $ai_serual resolved path by using unix

1029


Describe the zip/unzip command using gzip.

615






Which command can you use to find the currently running process in unix server?

589


What are the dos commands?

652


Explain mount and unmount command.

617


What are the general commands in using unix os for a beginner?

579


How to use grep command to list find the records of a file containing 10 different strings?

647


How do I find previous commands in unix?

594


What is the use of the tee command?

602


What is grep short for?

558


Does cp command overwrite files?

626


How do I search a whole word in vim?

693