Re: /bin/ksh not found

From: Florian Anwander (florian.anwander@consol.de)
Date: 04/22/03


From: Florian Anwander <florian.anwander@consol.de>
Date: Tue, 22 Apr 2003 14:53:47 +0200

Hi gilgantic

> Do I need to modify my .profile or .kshrc file in anyway. My PATH
> variable does have the :bin and :usr/bin appended to the PATH.
The path should be like $PATH:/bin:/usr/bin (with leading slashes after the
colons)

btw: are you sure that the error is exactly "/bin/ksh not found"
Or is it "/bin/ksh: not found" ?
The first (without the colon) says: the shell cannot be found.
The second (with the colon) says: The shell doesn't find something.

Florian



Relevant Pages

  • Re: dump and :
    ... >> obvious as this is the notation for a remote dump). ... > escaping it in the shell syntax won't make any difference. ... That's why I put the " aroud the name (trying to escape the colon to dump) ...
    (freebsd-questions)
  • Re: /bin/ksh not found
    ... The path should be like $PATH:/bin:/usr/bin (with leading slashes after the ... The second (with the colon) says: The shell doesn't find something. ... Florian ...
    (comp.unix.shell)
  • Re: /bin/ksh not found
    ... The path should be like $PATH:/bin:/usr/bin (with leading slashes after the ... The second (with the colon) says: The shell doesn't find something. ... Florian ...
    (comp.unix.programmer)
  • Re: search for exact string match
    ... onlineviewer wrote: ... A string followed by a colon, followed by a space followed by the ... in shell? ...
    (comp.unix.programmer)
  • Re: dump and :
    ... this way the colon is just escaped in the shell. ... I was just being careful there. ... I was hoping that the colon might be ignored if a slash had come ...
    (freebsd-questions)