what is mount ,tell me about mount ,how can u use in real
time project??
Answer Posted / sreedhar
In computers, to mount is to make a group of files in a
file system structure accessible to a user or user group.
In some usages, it means to make a device physically
accessible.
In a UNIX environment, the mount command attaches discs, or
directories logically rather than physically. The Unix
mount command makes a directory accessible by attaching a
root directory of one file system to another directory,
which makes all the file systems usable as if they were
subdirectories of the file system they are attached to.
Unix recognizes devices by their location, as compared to
Windows, which recognizes them by their names (C: drive,
for example).
Command Usage example:
$ mount /dev/hda1 /mnt/temp
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is pipe command in unix?
What is the significance of the 'tee' command?
What is the command to view process running?
Who command in unix operating system?
Why is grep called grep?
What is the first character of the output in ls l command?
Why is it called a shebang?
How many unix commands are there?
What command is used to check the current users?
Can you explain a little bit about command substitution?
What does the “echo” command do?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What are the differences among a system call, a library function, and a unix command?
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)?
What is difference between grep and find command in unix?