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
Which command is used to kill the last background job?
How to display no of records in oracle using unix command?
How do I use grep to find a file?
What is grep and how do you use it?
What is unix command line?
What difference between cmp and diff commands?
What are filter commands in unix?
How does shebang work?
What is a bash command?
What are awk commands?
Which command is used to copy files?
What is the pipe command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is time_t?
What does sed command do in unix?