GNU bug report logs - #7738
Some advice needed

Previous Next

Package: coreutils;

Reported by: Jens Gunnarsson <jg65ice <at> gmail.com>

Date: Sun, 26 Dec 2010 17:24:01 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 7738-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Jens Gunnarsson <jg65ice <at> gmail.com>
Cc: 7738-done <at> debbugs.gnu.org
Subject: Re: bug#7738: Some advice needed
Date: Sun, 26 Dec 2010 11:18:12 -0800
On 12/26/2010 09:24 AM, Jens Gunnarsson wrote:
> $ mkdir ~/dos/c
> mkdir: cannot create directory `/home/jens/dos/c': No such file or directory

The problem is that you're trying to make ~/dos/c
without making ~/dos first.  This should work:

mkdir ~/dos ~/dos/c

And this will also work, and it'll be a bit simpler:

mkdir -p ~/dos/c

Admittedly the mkdir diagnostic is pretty bad here.




This bug report was last modified 14 years and 207 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.