Level 20
Level 22
6 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
mount
This command attempts to mount filesystems to directories
mount -a
Use this flag to cause all filesystems mentioned in fstab to be mounted as indicated
moun -o
Override mount options in fstab when manually mounting partitions
unmounts
Attempts to unmount a mounted filesystem
unmounts -f
Use this flag to forcibly unmount a filesystem in use or busy
/etc/fstab/
Configuration file containing persistent filesystem mounts (for mounting on boot)