what is mount ,tell me about mount ,how can u use in real
time project??
Answer Posted / lakshmi sreekanth
All files accessible in a Unix system are arranged in
one big tree, the file hierarchy, rooted at /.
These files can be spread out over several devices. The
mount command serves to attach the file system found on some
device to the big file tree. Conversely, the umount will
detach it again.
| Is This Answer Correct ? | 0 Yes | 3 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
Explain how to use grep command to list find the records of a file containing 10 different strings?
What does 'mkdir' command do in UNIX?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What does the metacharacter mean?
What is grep short for?
What is unix command line?
Which command will print your home directory on screen?
Why is it called a shebang?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is grep command in unix with examples?
What is the difference between cat and more command?
How many unix commands are there?
Which command is used to kill the last background job?
What is the use of tee command?