By default on most *nix's  your current directory (.) is not set up as 
part of the PATH if you are root, which you appear to be. The PATH 
environment variable defines where the OS will look for commands. You 
can check this by doing:

# echo $PATH

I generally add a line to /etc/profile like this:

PATH = $PATH:/usr/ibm/uv/bin

which lets me just type 'uv' anywhere I please


, Bill wrote:
> 1.  Why do I have to do the command...
>
>       #exec /usr/ibm/uv/bin/uv
>
> 2.  Why does it not work when doing...
>
>       #cd /usr/ibm/uv/bin
>       #uv
>       sh: uv:  not found. 
>       #
>
> 3.  Is there a batch command that will work?
>
> Suggestions would be appreciated.
>
> --Bill
> -------
> u2-users mailing list
> [EMAIL PROTECTED]
> To unsubscribe please visit http://listserver.u2ug.org/
>
>   

-- 
------------------------------------------------------------------------
Jeff Schasny - Denver, Co, USA
jschasnyATgmailDotcom
------------------------------------------------------------------------
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to