March 2, 2005
e2tools
utilities for manipulating files in an ext2/ext3 filesystem
NAME
e2mkdir - creates a directory on an ext2 filesystem
SYNOPSIS
e2mkdir [options] directory...
DESCRIPTION
The e2mkdir command creates directories on an ext2 filesystem. It behaves similar to ‘mkdir -p’.
OPTIONS
-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. |