Deleted Added
full compact
mkdir.1 (127958) mkdir.1 (131505)
1.\" Copyright (c) 1989, 1990, 1993
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

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

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94
1.\" Copyright (c) 1989, 1990, 1993
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

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

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94
32.\" $FreeBSD: head/bin/mkdir/mkdir.1 127958 2004-04-06 20:06:54Z markm $
32.\" $FreeBSD: head/bin/mkdir/mkdir.1 131505 2004-07-03 00:06:28Z ru $
33.\"
34.Dd January 25, 1994
35.Dt MKDIR 1
36.Os
37.Sh NAME
38.Nm mkdir
39.Nd make directories
40.Sh SYNOPSIS
41.Nm
42.Op Fl pv
43.Op Fl m Ar mode
33.\"
34.Dd January 25, 1994
35.Dt MKDIR 1
36.Os
37.Sh NAME
38.Nm mkdir
39.Nd make directories
40.Sh SYNOPSIS
41.Nm
42.Op Fl pv
43.Op Fl m Ar mode
44.Ar directory_name ...
44.Ar directory_name ...
45.Sh DESCRIPTION
46The
47.Nm
48utility creates the directories named as operands, in the order specified,
49using mode
50.Li rwxrwxrwx (\&0777)
51as modified by the current
45.Sh DESCRIPTION
46The
47.Nm
48utility creates the directories named as operands, in the order specified,
49using mode
50.Li rwxrwxrwx (\&0777)
51as modified by the current
52.Xr umask 2 .
52.Xr umask 2 .
53.Pp
54The options are as follows:
55.Pp
56.Bl -tag -width indent
57.It Fl m Ar mode
58Set the file permission bits of the final created directory to
59the specified mode.
60The

--- 44 unchanged lines hidden ---
53.Pp
54The options are as follows:
55.Pp
56.Bl -tag -width indent
57.It Fl m Ar mode
58Set the file permission bits of the final created directory to
59the specified mode.
60The

--- 44 unchanged lines hidden ---