How can i know my Filesystem and its current usage in my
prod UNIX system?
Answers were Sorted based on User's Feedback
Answer / vengadesh
df -k can give you Filesystem usage.
bdf in case of HP-UX
| Is This Answer Correct ? | 27 Yes | 1 No |
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 |
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 |
How does the system know where one command ends and another begins?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
What does awk stand for?
what is the use of "grep" command?
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.
How does a user get the current date, time in UNIX?
How to check the flavor of UNIX?
What is “chmod” command?
Can you enlist some commonly used network commands?
How do I search for a file in unix command?
How to redirect standard error to a file?