Unix System Calls Question:

Explain the mount and unmount system calls?

Tweet Share WhatsApp

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.

Download Unix System Calls PDF Read All 7 Unix System Calls Questions
Previous QuestionNext Question
What is the difference between command and utility in Unix?Explain What are the Unix system calls for I/O?