Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. #
  2. # Sample auto.master file
  3. # This is a 'master' automounter map and it has the following format:
  4. # mount-point [map-type[,format]:]map [options]
  5. # For details of the format look at auto.master(5).
  6. #
  7. /misc /etc/autofs/auto.misc
  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 /etc/autofs/auto.master.d/*.autofs
  16. # The included files must conform to the format of this file.
  17. #
  18. +dir:/etc/autofs/auto.master.d
  19. #
  20. # Include central master map if it can be found using
  21. # nsswitch sources.
  22. #
  23. # Note that if there are entries for /net or /misc (as
  24. # above) in the included master map any keys that are the
  25. # same will not be seen as the first read key seen takes
  26. # precedence.
  27. #
  28. +auto.master
  29.  
  30. /- /etc/autofs/auto.template
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement