Deleted Added
full compact
setfacl.1 (139969) setfacl.1 (140353)
1.\"-
2.\" Copyright (c) 2001 Chris D. Faulhaber
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24.\" POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\"-
2.\" Copyright (c) 2001 Chris D. Faulhaber
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24.\" POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/bin/setfacl/setfacl.1 139969 2005-01-10 08:39:26Z imp $
26.\" $FreeBSD: head/bin/setfacl/setfacl.1 140353 2005-01-16 16:41:59Z ru $
27.\"
28.Dd January 7, 2001
29.Dt SETFACL 1
30.Os
31.Sh NAME
32.Nm setfacl
33.Nd set ACL information
34.Sh SYNOPSIS

--- 191 unchanged lines hidden (view full) ---

226ACL entries, file owning group,
227.Dq Li group
228ACL entries, and
229.Dq Li other
230ACL entry.
231.Pp
232Multiple ACL entries specified on the command line are
233separated by commas.
27.\"
28.Dd January 7, 2001
29.Dt SETFACL 1
30.Os
31.Sh NAME
32.Nm setfacl
33.Nd set ACL information
34.Sh SYNOPSIS

--- 191 unchanged lines hidden (view full) ---

226ACL entries, file owning group,
227.Dq Li group
228ACL entries, and
229.Dq Li other
230ACL entry.
231.Pp
232Multiple ACL entries specified on the command line are
233separated by commas.
234.Sh DIAGNOSTICS
234.Sh EXIT STATUS
235.Ex -std
236.Sh EXAMPLES
237.Dl setfacl -m u::rwx,g:mail:rw file
238.Pp
239Sets read, write, and execute permissions for the
240.Pa file
241owner's ACL entry and read and write permissions for group mail on
242.Pa file .

--- 51 unchanged lines hidden ---
235.Ex -std
236.Sh EXAMPLES
237.Dl setfacl -m u::rwx,g:mail:rw file
238.Pp
239Sets read, write, and execute permissions for the
240.Pa file
241owner's ACL entry and read and write permissions for group mail on
242.Pa file .

--- 51 unchanged lines hidden ---