Deleted Added
full compact
chmod.1 (81687) chmod.1 (90059)
1.\" Copyright (c) 1989, 1990, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)chmod.1 8.4 (Berkeley) 3/31/94
1.\" Copyright (c) 1989, 1990, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)chmod.1 8.4 (Berkeley) 3/31/94
36.\" $FreeBSD: head/bin/chmod/chmod.1 81687 2001-08-15 09:09:47Z ru $
36.\" $FreeBSD: head/bin/chmod/chmod.1 90059 2002-02-01 12:37:21Z sheldonh $
37.\"
38.Dd March 31, 1994
39.Dt CHMOD 1
40.Os
41.Sh NAME
42.Nm chmod
43.Nd change file modes
44.Sh SYNOPSIS

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

199The execute/search bits if the file is a directory or any of the
200execute/search bits are set in the original (unmodified) mode.
201Operations with the
202.Ar perm
203symbol ``X'' are only meaningful in conjunction with the
204.Ar op
205symbol ``+'', and are ignored in all other cases.
206.It u
37.\"
38.Dd March 31, 1994
39.Dt CHMOD 1
40.Os
41.Sh NAME
42.Nm chmod
43.Nd change file modes
44.Sh SYNOPSIS

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

199The execute/search bits if the file is a directory or any of the
200execute/search bits are set in the original (unmodified) mode.
201Operations with the
202.Ar perm
203symbol ``X'' are only meaningful in conjunction with the
204.Ar op
205symbol ``+'', and are ignored in all other cases.
206.It u
207The user permission bits in the mode of the original file.
207The user permission bits in the original mode of the file.
208.It g
208.It g
209The group permission bits in the mode of the original file.
209The group permission bits in the original mode of the file.
210.It o
210.It o
211The other permission bits in the mode of the original file.
211The other permission bits in the original mode of the file.
212.El
213.Pp
214The
215.Ar op
216symbols represent the operation performed, as follows:
217.Bl -tag -width 4n
218.It +
219If no value is supplied for

--- 118 unchanged lines hidden ---
212.El
213.Pp
214The
215.Ar op
216symbols represent the operation performed, as follows:
217.Bl -tag -width 4n
218.It +
219If no value is supplied for

--- 118 unchanged lines hidden ---