Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is unix command?

1264


What is the comma to display different lines that are found when compare two files?

1160


What is rmdir command?

1107


What does 'mkdir' command do in UNIX?

1310


How do I search a whole word in vim?

1180


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

1244


What is the command to find hidden files in the current directory?

1192


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 # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

2265


How to use grep command to list find the records of a file containing 10 different strings?

1128


What do chgrp command do?

1217


What do chmod command do?

1224


Describe the zip/unzip command using gzip.

1158


How to display no of records in oracle using unix command?

1172


What is time_t?

1114


What is awk used for?

1130