I am running a ksh script which runs the following comand:
su <username> -c "script_name parm1 parm2 parm3"
It prompts for <username>'s password, then displays the message
ksh: script_name not found
This is true even when the full path name for the script is provided. The script DOES exist and IS executable. It works fine in AIX.
Any help is appreciated.
su <username> -c "script_name parm1 parm2 parm3"
It prompts for <username>'s password, then displays the message
ksh: script_name not found
This is true even when the full path name for the script is provided. The script DOES exist and IS executable. It works fine in AIX.
Any help is appreciated.