

InterviewSolution
Saved Bookmarks
1. |
To unmount a filesystem the --------------- is used |
Answer» umount commandExplanation:You can USE the umount -f option to forcibly UNMOUNT a file system that is busy in an EMERGENCY SITUATION. This practice is not recommended under normal circumstances because the unmounting of a file system with open files could cause a LOSS of data. |
|