Operating System - Linux
1828095 Members
2861 Online
109974 Solutions
New Discussion

Problems at the SAM: Executing Custom Application

 
Roy Cox
Occasional Contributor

Problems at the SAM: Executing Custom Application

I have a custom application in SAM that it executes a process 'X' where the owner is sybase (In the sam's option "execute using" the user is sybase). The results of this process X generates files but the owner of this files is root.
The problem is that i need that the owner of this files will be sybase, because i have problems of privilegies at the files.
2 REPLIES 2
K.C. Chan
Trusted Contributor

Re: Problems at the SAM: Executing Custom Application

FYI, I think you would get a faster response if you post this in the hp forum. This is the Linux forum.
Reputation of a thousand years can be determined by the conduct of an hour
Ratzie
Super Advisor

Re: Problems at the SAM: Executing Custom Application

Try setting the sticky bit on it for the user.
chmod u+s when logged in as that user.
sybase user