Control mounting and unmounting of filesystems Flashcards
1
Q
What command will mount file systems listed in fstab?
A
mount -a
2
Q
What command will mount file systems read only?
A
mount -r
3
Q
What command will mount file systems read and write?
A
mount -w
4
Q
What file hold information of mounted filesystems?
A
/etc/mtab
5
Q
Who can normally only mount and unmount partitions?
A
root
6
Q
What file holds the file system table?
A
/etc/fstab
7
Q
What can be used in fstab to securely store user names and passwords for Windows credentials?
A
credentials=file_location option