in reply to Passing $EUID to cshell script through system command in Perl
However it appears you actually want to run a program under a different user name, in which case you probably need to call something like su(1).$ENV{EUID} = getpwnam(jjack);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Passing $EUID to cshell script through system command in Perl
by Anonymous Monk on Jul 19, 2011 at 19:23 UTC |