emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#7738: closed (Some advice needed)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7738: closed (Some advice needed)
Date: Sun, 26 Dec 2010 19:12:02 +0000

Your message dated Sun, 26 Dec 2010 11:18:12 -0800
with message-id <address@hidden>
and subject line Re: bug#7738: Some advice needed
has caused the GNU bug report #7738,
regarding Some advice needed
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7738: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7738
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Some advice needed Date: Sun, 26 Dec 2010 17:24:34 +0000 Good day.
Dont know if this is bug, or me.

Installed Ubuntu Notbok on my laptop to try it out.
Planing of getting new laptop, and not having it with Windows.
I am not much of a computer man.  Mainly user.
From beginning just learned enough working with Dos to get by.
Now looking at, possibility of playing old games, was getting Dosbox (installed and works)  and following Ubuntu instructions, how to get it to work.

In my line of work, i spend months at a time with out internet, on board a ship, so passing time playing the old games looks appealing.  Reson I want to give Ubuntu thurough test before I purchase new machine with that as the only OS.

Came to a standstill when creating new directory.  Next 3 lines are copy from terminal, of what happened.

address@hidden:~$ mkdir ~/dos/c
mkdir: cannot create directory `/home/jens/dos/c': No such file or directory
address@hidden:~$ 

Link to Ubuntu instruction page.  ://help.ubuntu.com/community/DOSBox

If you could advice me, of what I am doing wrong.

Best regards.
Jens Gunnarsson

--- End Message ---
--- Begin Message --- Subject: Re: bug#7738: Some advice needed Date: Sun, 26 Dec 2010 11:18:12 -0800 User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7
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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]