Bill,

On Fri, April 13, 2007 12:01 pm, Brutzman, 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.
>       #

  If the /usr/ibn/uv/bin directory isn't in your path, you'll need to use

       #./uv
         instead of
       #uv
To indicate 'current directory'.

Or, you can 'export PATH=$PATH:/usr/ibm/uv/bin'  and then run your command.

My $.02

Mike
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to