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
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the use of cut command in unix?
Give the command for finding the current date.
What is the command to find hidden files in the current directory?
How does the system know where one command ends and another begins?
What is the significance of the 'tee' command?
Describe the zip/unzip command using gzip.
What does pipe () return?
What does grep v do?
What is the functionality of a top command?
What is grep short for?
How do I delete files from command prompt?
What is the pipe command?
What is the first character of the output in ls l command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?