To view the ACL of a file:

Enter the following command, replacing file1 with the name of the file:

$ ls -le file1

The output should look like the following:

-rw-r--r--+ 1 juser wheel 0 Apr 28 14:06 file1 owner: juser

1:guest deny read

2:user1 allow write

See the chmod man page for more information.

Chapter 9 Working with File Services

159

Page 159
Image 159
Apple Mac OS X Server manual To view the ACL of a file, Output should look like the following