Advertisement
Guest User

Untitled

a guest
Jan 13th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. #
  2. # Sample auto.master file
  3. # This is an automounter map and it has the following format
  4. # key [ -mount-options-separated-by-comma ] location
  5. # For details of the format look at autofs(5).
  6. #
  7. #/misc /etc/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/auto.master.d/*.autofs
  16. #
  17. +dir:/etc/auto.master.d
  18. #
  19. # Include central master map if it can be found using
  20. # nsswitch sources.
  21. #
  22. # Note that if there are entries for /net or /misc (as
  23. # above) in the included master map any keys that are the
  24. # same will not be seen as the first read key seen takes
  25. # precedence.
  26. #
  27. +auto.master
  28. /home/carlos/Public /etc/auto.nfs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement