Microsoft Services for NFS
137
NAS 1500s and 500s Administration Guide
7. On the Linux/UNIX system, use the mapped user to create a file.
a.
As the root user, mount the share:
mount -t nfs <nfs server IP address:/nfs share> /mount
point
b.
Log in as a mapped user.
c.
Change directories to the mount-point directory.
d. Create the file as the mapped user (example: file1).
8. Verify that the same permissions are set up for the user on both the UNIX side and the
Windows side.
a.
List the permissions on the UNIX side:
ls -l /mount-point/file1
(Example screen display: -r--r----- unixuser1 unixgroup1)
b.
List the permissions on the Windows side: (change to the nfs share directory)
From a command line interface accessed from Remote Desktop on the NAS server:
cacls file1
(Example display: DOMAIN1\Windowsuser1:R)
c.
Compare and verify the permissions from UNIX and Windows.