Control mounting and unmounting of filesystems Flashcards

1
Q

What command will mount file systems listed in fstab?

A

mount -a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What command will mount file systems read only?

A

mount -r

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What command will mount file systems read and write?

A

mount -w

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What file hold information of mounted filesystems?

A

/etc/mtab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Who can normally only mount and unmount partitions?

A

root

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What file holds the file system table?

A

/etc/fstab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What can be used in fstab to securely store user names and passwords for Windows credentials?

A

credentials=file_location option

How well did you know this?
1
Not at all
2
3
4
5
Perfectly