1E2MKDIR(1) General Commands Manual E2MKDIR(1)
2
3
4
6 e2mkdir - creates a directory on an ext2 filesystem
7
9 e2mkdir [options] directory...
10
12 The e2mkdir command creates directories on an ext2 filesystem. It
13 behaves similar to `mkdir -p'.
14
16 -G gid Set the default group to gid.
17
18 -O uid Set the default file owner to uid.
19
20 -P mode
21 Set the file permissions (ie 755, 666).
22
23 -v Be verbose.
24
26 e2tools(7), e2ln(1), e2ls(1), e2mv(1), e2cp(1), e2rm(1), e2tail(1).
27
29 The e2tools were written by Keith Sheffield <sheff@pobox.com>.
30
31 This manual page was written by Lucas Wall <lwall@debian.org>, for the
32 Debian project (but may be used by others).
33
34
35
36 March 2, 2005 E2MKDIR(1)