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 unix command?
What is the comma to display different lines that are found when compare two files?
What is rmdir command?
What does 'mkdir' command do in UNIX?
How do I search a whole word in vim?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the command to find hidden files in the current directory?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
How to use grep command to list find the records of a file containing 10 different strings?
What do chgrp command do?
What do chmod command do?
Describe the zip/unzip command using gzip.
How to display no of records in oracle using unix command?
What is time_t?
What is awk used for?