mode
|
Specifies the default permission mode for files created on
network file system (NFS) servers. The mode argument
consists of a three digits from 0 to 7 (inclusive) representing the
default permissions granted the user, group, and others
(respectively). The digits translate to UNIX-style permissions as
follows: 0=none, 1=x, 2=w, 3=wx, 4=r, 5=rx, 6=rw, and 7=rwx. For
example, fileaccess=750 gives rwx permission to the owner,
rx permission to the group, and no access permission to
others. |