Unix System Calls Question:
Download Job Interview Questions and Answers PDF
Explain the mount and unmount system calls?
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.
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the difference between command and utility in Unix? | Explain What are the Unix system calls for I/O? |