X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fexportfs%2Fexports.man;h=4b31ccf9c03e1316f3483a8d7cf3810a29ee7f91;hb=37e49789ab1cd849def25ba4c4d97ccdb11d1e61;hp=120ed2c99f83f16033ba6b4060eb970564c6be1a;hpb=c0e89b264fb01c5b4bb925b32d1b6b7764c44d4a;p=nfs-utils.git diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man index 120ed2c..4b31ccf 100644 --- a/utils/exportfs/exports.man +++ b/utils/exportfs/exports.man @@ -22,7 +22,10 @@ contains an export point and a list of machine or netgroup names allowed to mount the file system at that point. An optional parenthesized list of export parameters may follow each machine name. Blank lines are ignored, and a # introduces a comment to the end of the line. Entries may -be continued across newlines using a backslash. +be continued across newlines using a backslash. If export name contains spaces +it should be quoted using double-quotes. You can also specify spaces +or any other unusual characters in the export path name using a +backslash followed by the character code as 3 octal digits. .PP .SS Machine Name Formats NFS clients may be specified in a number of ways: @@ -46,7 +49,11 @@ above pattern does not include hosts such as \fIa.b.cs.foo.edu\fR. You can also export directories to all hosts on an IP (sub-) network simultaneously. This is done by specifying an IP address and netmask pair as -.IR address/netmask . +.IR address/netmask +where the netmask can be specified in dotted-decimal format, or as a +contiguous mask length (for example, either `/255.255.252.0' or `/22' appended +to the network base address result in identical subnetworks with 10 bits of +host). .TP '''.B =public '''This is a special ``hostname'' that identifies the given directory name @@ -335,7 +342,7 @@ which is the default setting. '''# Mapping for client foobar: '''# remote local '''uid 0-99 - # squash these -'''uid 100-500 1000 # map 100-500 to 1000-1500 +'''uid 100-500 1000 # map 100-500 to 1000-1400 '''gid 0-49 - # squash these '''gid 50-100 700 # map 50-100 to 700-750 '''.fi