Operating System - HP-UX
1847196 Members
4360 Online
110263 Solutions
New Discussion

Re: Execute System.perf.sh error

 
SOLVED
Go to solution

Execute System.perf.sh error

Hi Gurus . . .
Need a little help here.

here is the error

# system.perf.sh
ksh: system.perf.sh: not found

thanks and regards.
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Execute System.perf.sh error

The local directory is not in your PATH (nor should it be -- especially as root)

Assuming that you have set the execute on system.perf.sh via chmod 750 system.perf.sh then simply:

./system.perf.sh

assuming that you are trying to run it from the current working directory.
If it ain't broke, I can fix that.
bluedream
New Member

Re: Execute System.perf.sh error

Hi Mohd Azril Dollah,

Your answer is straightforward. Thank you.

Regards,
Fai