what is mount ,tell me about mount ,how can u use in real
time project??
Answer Posted / subbareddy kake
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(8) command will
detach it again.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is updatedb?
How does pipe () work?
What are reported commands?
What is the first character of the output in ls l command?
Which command is used to create a directory?
What are the dos commands?
Explain command to display different lines that are found when compare two files?
Who command in unix operating system?
What is the use of finger command?
What does the command ' $who | sort –logfile > newfile' do?
What is the unix command to confirm a remote host is alive or not?
Enlist some filename manipulation commands in unix.
What is a command and examples?
What is the behavioural difference between cmp and diff commands?
How to use grep command to list find the records of a file containing 10 different strings?