Deleted Added
full compact
mkdir.1 (139969) mkdir.1 (140353)
1.\"-
2.\" Copyright (c) 1989, 1990, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" the Institute of Electrical and Electronics Engineers, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

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

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94
33.\" $FreeBSD: head/bin/mkdir/mkdir.1 139969 2005-01-10 08:39:26Z imp $
33.\" $FreeBSD: head/bin/mkdir/mkdir.1 140353 2005-01-16 16:41:59Z ru $
34.\"
35.Dd January 25, 1994
36.Dt MKDIR 1
37.Os
38.Sh NAME
39.Nm mkdir
40.Nd make directories
41.Sh SYNOPSIS

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

79.Li rwxrwxrwx (\&0777)
80as modified by the current umask, plus write and search
81permission for the owner.
82.It Fl v
83Be verbose when creating directories, listing them as they are created.
84.El
85.Pp
86The user must have write permission in the parent directory.
34.\"
35.Dd January 25, 1994
36.Dt MKDIR 1
37.Os
38.Sh NAME
39.Nm mkdir
40.Nd make directories
41.Sh SYNOPSIS

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

79.Li rwxrwxrwx (\&0777)
80as modified by the current umask, plus write and search
81permission for the owner.
82.It Fl v
83Be verbose when creating directories, listing them as they are created.
84.El
85.Pp
86The user must have write permission in the parent directory.
87.Sh DIAGNOSTICS
87.Sh EXIT STATUS
88.Ex -std
88.Ex -std
89.Sh SEE ALSO
90.Xr rmdir 1
91.Sh COMPATIBILITY
92The
93.Fl v
94option is non-standard and its use in scripts is not recommended.
89.Sh COMPATIBILITY
90The
91.Fl v
92option is non-standard and its use in scripts is not recommended.
93.Sh SEE ALSO
94.Xr rmdir 1
95.Sh STANDARDS
96The
97.Nm
98utility is expected to be
99.St -p1003.2
100compatible.
101.Sh HISTORY
102A
103.Nm
104command appeared in
105.At v1 .
95.Sh STANDARDS
96The
97.Nm
98utility is expected to be
99.St -p1003.2
100compatible.
101.Sh HISTORY
102A
103.Nm
104command appeared in
105.At v1 .