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
How do I search a whole word in vim?
Differentiate cat command from more command.
How do I use nslookup?
What is the pipe command?
What is grep command in unix with examples?
How to display no of records in oracle using unix command?
What difference between cmp and diff commands?
What is {} in find command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Which unix command lists files/folders in alphabetical order?
Explain command to view process running?
What is ‘ps’ command for?
What do know about tee command?
Write a command that will display files in the current directory, in a colored, long format.
What is unix command?