This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Sample auto.master file | |
# This is an automounter map and it has the following format | |
# key [ -mount-options-separated-by-comma ] location | |
# For details of the format look at autofs(5). | |
# | |
#/misc /etc/auto.misc | |
# | |
# NOTE: mounts done from a hosts map will be mounted with the | |
# "nosuid" and "nodev" options unless the "suid" and "dev" | |
# options are explicitly given. | |
# | |
/net /etc/auto.net -nonstrict | |
# | |
# Include central master map if it can be found using | |
# nsswitch sources. | |
# | |
# Note that if there are entries for /net or /misc (as | |
# above) in the included master map any keys that are the | |
# same will not be seen as the first read key seen takes | |
# precedence. | |
# | |
+auto.master | |
/cvmfs /etc/auto.cvmfs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment