Answer Posted / subbu
1. df -T
Ex : Output
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/hdb1 ext3 19228276 14737848 3513680 81% /
tmpfs tmpfs 383960 4 383956 1% /dev/shm
2.mount ---
Ex : Output
/dev/hdb1 on / type ext3 (rw,errors=remount-ro)
/dev/hdb2 on /home type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
automount(pid3558) on /data type autofs (rw,fd=4,pgrp=3558,minproto=2,maxproto=4)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which command should you use to find the remaining disk space in unix server?
What are bash commands?
What is the comma to show the space allocation of files?
How does shebang work?
How to use grep command to list find the records of a file containing 10 different strings?
Give the command for finding the current date.
why metadb requires a seperate slice to create Solaris volume manager
What is $0 bash?
What is the functionality of a top command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do I use nslookup?
What is the difference between cat command and more command?
What is the function of grep command in unix?
What is the use of finger command?
Explain ‘library functions’ with respect to unix commands?