autofs5-auto.master 693 B

123456789101112131415161718192021222324
  1. # Sample auto.master file
  2. # This is an automounter map and it has the following format
  3. # key [ -mount-options-separated-by-comma ] location
  4. # For details of the format look at autofs(5).
  5. #
  6. #/misc /etc/autofs/auto.misc
  7. #/net /etc/autofs/auto.net
  8. #
  9. # NOTE: mounts done from a hosts map will be mounted with the
  10. # "nosuid" and "nodev" options unless the "suid" and "dev"
  11. # options are explicitly given.
  12. #
  13. #/net -hosts
  14. #
  15. # Include central master map if it can be found using
  16. # nsswitch sources.
  17. #
  18. # Note that if there are entries for /net or /misc (as
  19. # above) in the included master map any keys that are the
  20. # same will not be seen as the first read key seen takes
  21. # precedence.
  22. #
  23. #+auto.master