The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-19-2007
stevefox stevefox is offline
Registered User
  
 

Join Date: Aug 2005
Posts: 115
Question Questions on shell execution

Hi,
I have a question regarding Korn shell script execution in HP-UX 11.11.

What sort of environmental settings do I need to run a Korn shell script such as below without entering "./" at the begining of the command?


Code:
cat test.ksh
date

I am able to do this with a user called infodba who is in dba group but it does not work when I use root user.

Cheers
Steve