in reply to "not enough arguments" with 'mkdir' command
is not the samething asmkdir 'dir', 700; # incorrect
Having said that, you can certainly overcome this problem by a subsequent call to 'chmod' -mkdir 'dir', 0700; # correct
chmod 'dir', 0700;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: "not enough arguments" with 'mkdir' command
by nysus (Parson) on Dec 09, 2003 at 01:23 UTC |