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
What are bash commands?
What difference between cmp and diff commands?
What is unix command line?
What will the following command do?
What is the use of cut command in unix?
Which command is used to kill the last background job?
Can you explain a little bit about command substitution?
Explain command to view process running?
How to use grep command to list find the records of a file containing 10 different strings?
Who invented grep?
What is the use of egrep command in unix?
What does the command '$ls | wc –l > file1' do?
What are the dos commands?
Is it inbetween or in between?
How do you grep recursively?