Specifications

By default, each new ACE gives the user or group full read permissions. In addition, all
four inheritance options are selected. For more information about inheritance options,
see “Understanding Inheritance” on page 23. To change ACE settings, see “Editing
ACEs on page 52.
From the command line:
To add an ACE: m
$ sudo chmod +a file1
Parameter Description
le1 The name of the le you are adding.
For information about about chmod, see its man page. For the basics of command-line
tool usage, see Introduction to Command-Line Administration.
Removing ACEs
You control access to a share point by adding or removing ACEs to the share point
ACL. Each ACE denes the access permissions for a user or a group.
To delete an ACE from an ACL:
1 Open Server Admin and connect to the server.
2 Click File Sharing.
3 Click Share Points and select the share point you want to update from the list.
4 Click Permissions below the list.
5 In the Access Control List, select the ACE.
6 Click Delete (–).
7 Click Save.
From the command line:
To delete an ACE: m
$ sudo chmod -a file1
Parameter Description
le1 The name of the le you are deleting.
For information about chmod, see its man page. For the basics of command-line tool
usage, see Introduction to Command-Line Administration.
Editing ACEs
Use Server Admin to change the settings of an ACE to permit or restrict a user or
group from performing specic tasks in a share point.
52 Chapter 3 Setting Up Share Points