InterviewSolution
Saved Bookmarks
| 1. |
Which Filesystem Is Referred By Mount When Displaying Mounted & Available Filesystems? |
|
Answer» When mount command is invoked WITHOUT any arguments it REFERES to the /etc/mtab FILESYSTEM. When mount command is invoked without any arguments it referes to the /etc/mtab filesystem. |
|