[ic] CyberCash Message Not Showing In Log

Adrian Galindo agalindo@liceaga.facmed.unam.mx
Tue, 12 Dec 2000 18:49:08 -0600 (CST)


On Tue, 12 Dec 2000, Chip Adair wrote:

> Remember that the SU command does not by default carry over the environment 
> information (paths etc) that the su'd user (in your case "interch") would 
> have if it were ran on the command line directly as that user.
> This could be where your problem is coming in.

This can be solved if invoke the su command with an after dash:
su - interch
which call the environment for the user interch.


Adrian.