automounts

来自「早期freebsd实现」· 代码 · 共 49 行

TXT
49
字号
host localhost.doc.ic.ac.ukfs localhost:/localhost {	fstype = export	mount default {		exportfs ""		volname /home/localhost	}}automount opts "opts:=rw,nosuid,grpid" /vol {	rwho {}	r+d {}	public {}	src { gnu{} athena{} gould{} utx{} sos4{} xinu43{} }	export {		exec {			sun3 {}			sun4 {}		}		roots {}		swaps {			tsun1 {} tsun2 {} tsun3 {} tsun4 {} tsun5 {} tsun6 {}			tsun7 {} tsun8 {} tsun9 {} tsun10 {} tsun11 {} tsun12 {}			tsun13 {} tsun14 {} tsun15 {} tsun16 {} tsun17 {} tsun18 {}			tsun19 {}			tcsun1 {} tcsun2 {} tcsun3 {} tcsun4 {} tcsun5 {}		}		misc {}	}}automount opts "opts:=rw,nosuid,grpid" /home {	achilles {}	toytown {}	gummo {}	dylan { dk2{} dk5 {} }	ganymede {}	gould { staff{} teach{} }	"localhost" -> localhost}automount opts "opts:=rw,nosuid,grpid" /homes {	opr -> /home/localhost/opr#include "users"}automount /usr/achilles = /home/achilles

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?