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 command will change your prompt to myprompt?
What does 'mkdir' command do in UNIX?
What is the behavioural difference between cmp and diff commands?
What is the command to find hidden files in the current directory?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the command to view process running?
Using unix command how to display no of records in oracle?
Which command should you use to find the remaining disk space in unix server?
Write a command that will display files in the current directory, in a colored, long format.
What does grep v do?
Why is it called grep?
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 the use of the command 'ls -x chapter[1-5]' ?
Why is awk called awk?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?