Hi,

(Read my comments below):

----- Original Message -----
From: R. Tyler Shaw <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 4:48 AM
Subject: [newbie] Weird "no such file or directory" message


> This has me really frustrated.
>
> Say I'm in /usr/games and I type /Maelstrom from a console window. Bash
> types back at me, "No such file or directory," even though there most
> certainly is such a file, and if I ls or dir it tells me there is.

Hi,

Your syntax is incorrect. When you cd /usr/games, and then type /Maelstrom,
the "/" infront of the name, is pointing to the root folder (/) of your
harddrive. Since "/usr/games" is not in your $PATH variable, you need to
tell the shell (bash), that the program Maelstrom is in the current folder
that you changed to. To do this, you have to type "./" infront of the name,
thus:

cd /usr/games
../Maelstrom

HTH,

Thomas Adam



>
> What's going on here?
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
>


Please note that the content of this message is confidential between the original 
sender and the intended recipient(s) of the message. If you are not an intended 
recipient and/or have received this message in error, kindly disregard the content of 
the message and return it to the original sender.

If you have any complaints about this message please reply to:
       [EMAIL PROTECTED]

The Purbeck School E-Mail server running:
       users.purbeck.dorset.sch.uk


Reply via email to