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


Please Help Members By Posting Answers For Below Questions

What command will change your prompt to myprompt?

921


What does 'mkdir' command do in UNIX?

913


What is the behavioural difference between cmp and diff commands?

887


What is the command to find hidden files in the current directory?

848


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

848


What is the command to view process running?

811


Using unix command how to display no of records in oracle?

842


Which command should you use to find the remaining disk space in unix server?

976


Write a command that will display files in the current directory, in a colored, long format.

933


What does grep v do?

767


Why is it called grep?

756


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

824


What is the use of the command 'ls -x chapter[1-5]' ?

898


Why is awk called awk?

782


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)?

1201