830a0c2
.TH E2MKDIR 1 "March 2, 2005"
830a0c2
.\"
830a0c2
.SH NAME
830a0c2
e2mkdir \- creates a directory on an ext2 filesystem
830a0c2
.\"
830a0c2
.SH SYNOPSIS
830a0c2
.B e2mkdir
830a0c2
.RI [ options ] " directory..."
830a0c2
.\"
830a0c2
.SH DESCRIPTION
830a0c2
The \fBe2mkdir\fP command creates directories on an ext2 filesystem. It
830a0c2
behaves similar to `mkdir -p'.
830a0c2
.\"
830a0c2
.SH OPTIONS
830a0c2
.TP
830a0c2
.B \-G \fIgid\fP
830a0c2
Set the default group to gid.
830a0c2
.TP
830a0c2
.B \-O \fIuid\fP
830a0c2
Set the default file owner to uid.
830a0c2
.TP
830a0c2
.B \-P \fImode\fP
830a0c2
Set the file permissions (ie 755, 666).
830a0c2
.TP
830a0c2
.B \-v
830a0c2
Be verbose.
830a0c2
.\"
830a0c2
.SH SEE ALSO
830a0c2
.BR e2tools (7),
830a0c2
.BR e2ln (1),
830a0c2
.BR e2ls (1),
830a0c2
.BR e2mv (1),
830a0c2
.BR e2cp (1),
830a0c2
.BR e2rm (1),
830a0c2
.BR e2tail (1).
830a0c2
.\"
830a0c2
.SH AUTHOR
830a0c2
The \fBe2tools\fP were written by Keith Sheffield <sheff@pobox.com>.
830a0c2
.PP
830a0c2
This manual page was written by Lucas Wall <lwall@debian.org>,
830a0c2
for the Debian project (but may be used by others).