[colug-432] mkdir

Richard Holbert holbert.13 at osu.edu
Tue May 12 10:33:15 EDT 2015


On 05/12/2015 10:23 AM, Steve VanSlyck wrote:
> Anyone know what's going on with this? I din't use no stinking option 'a'
> me in /home/me > mkdir -parents -verbose /home/newuser/.ssh
> mkdir: invalid option -- 'a'
> Try 'mkdir --help' for more information.
> me in /home/me >
Try using double dashes or single letter commands...

mkdir --parents --verbose /home/newuser/.ssh

mkdir -p -v /home/newuser/.ssh

Man is your friend :-)


More information about the colug-432 mailing list