Creates a directory on an ext2 filesystem
e2mkdir [options] directory...
The e2mkdir command creates directories on an ext2 filesystem. It behaves similar to `mkdir -p'.
-G gid
Set the default group to gid.
-O uid
Set the default file owner to uid.
-P mode
Set the file permissions (ie 755, 666).
-v
Be verbose.
The e2tools were written by Keith Sheffield <[email protected]>.
This manual page was written by Lucas Wall <[email protected]>, for the Debian project (but may be used by others).