# sample NFSv3 /etc/exports file
/test	*(ro,root_squash,sync)
/ 		master(rw) trusty(rw,no_root_squash)
/projects	proj*.local.domain(rw)
/usr		*.local.domain(ro) @trusted(rw)
/home/joe	pc001(rw,all_squash,anonuid=150,anongid=100)
/pub		(ro,insecure,all_squash)

