Make an example in the ACL section a bit simpler to follow by giving
the complete command that the user can run. Approved by: trhodes
This commit is contained in:
parent
3bbf29feda
commit
18a4692788
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19366
1 changed files with 1 additions and 1 deletions
|
@ -5364,7 +5364,7 @@ drwxr-xr-x 2 robert robert 512 Nov 10 11:54 public_html</programlisting>
|
|||
<literal>-b</literal> as it leaves the basic fields required for
|
||||
<acronym>ACL</acronym>s to work.</para>
|
||||
|
||||
<screen>&prompt.user;<userinput>-m u:trhodes:rwx,group:web:r--,o::--- <filename>test</filename></userinput></screen>
|
||||
<screen>&prompt.user;<userinput>setfacl -m u:trhodes:rwx,group:web:r--,o::--- <filename>test</filename></userinput></screen>
|
||||
|
||||
<para>In the aforementioned command, the <literal>-m</literal>
|
||||
option was used to modify the default <acronym>ACL</acronym>
|
||||
|
|
Loading…
Reference in a new issue