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
Why is grep called grep?
What do chgrp command do?
What does 'mkdir' command do in UNIX?
What is grep and how do you use it?
Which command will print your home directory on screen?
Why is it called a shebang?
Describe the zip/unzip command using gzip.
What does pipe () return?
Which command is used to restrict incoming messages?
What is rmdir command?
How do I find previous commands in unix?
What are reported commands?
What command will change your prompt to myprompt?
Describe the usage and functionality of the command rm –r * in unix?
Which unix command to make a new directory?