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 does find command return in unix?
What is s and g in sed command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Differentiate cmp command from diff command.
What is sed awk grep?
How to find $ai_serual resolved path by using unix
What command is used to switching between users in unix?
What does this command do,"$more readme.txt“?
What does the “echo” command do?
What are the general commands in using unix os for a beginner?
What is nr in awk command?
What does pipe () return?
What is “chmod” command?
What is the command to view process running?
What are awk commands?