Unix System Calls Question:

Explain the mount and unmount system calls?

Unix System Calls Interview Question
Unix System Calls Interview Question

Answer:

mount is the command used to know which devices are
loaded.it means devices like floppy drive,cd drive.if we
give mount command it will display which device is mounted.
unmount is the command used to disable the device.if we
give umount and the path of the device then it will umount
the device.
In windows we wont have this concept.because those are
installed.


Previous QuestionNext Question
What is the difference between command and utility in Unix?Explain What are the Unix system calls for I/O?