found 151775 5.93-5
stop

`-m MODE'
`--mode=MODE'
     Set the mode of created directories to MODE, which is symbolic as
     in `chmod' and uses `a=rwx' (read, write and execute allowed for
     everyone) for the point of the departure.  *Note File
     permissions::.

`-p'
`--parents'
     Make any missing parent directories for each argument.  The mode
     for parent directories is set to the umask modified by `u+wx'.
     Ignore arguments corresponding to existing directories.


(thanatos)[EMAIL PROTECTED]:/tmp/w$ rm -rf *
(thanatos)[EMAIL PROTECTED]:/tmp/w$ l
./  ../
(thanatos)[EMAIL PROTECTED]:/tmp/w$ mkdir -p -m777 a/b
(thanatos)[EMAIL PROTECTED]:/tmp/w$ ls -l
total 4
drwxr-xr-x 3 jdthood jdthood 4096 2005-12-20 19:20 a
(thanatos)[EMAIL PROTECTED]:/tmp/w$ ls -l a
total 4
drwxrwxrwx 2 jdthood jdthood 4096 2005-12-20 19:20 b
(thanatos)[EMAIL PROTECTED]:/tmp/w$ mkdir --version
mkdir (GNU coreutils) 5.93
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by David MacKenzie.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to