Hi,
I was wondering, is there away to specify who a system() function is executed by? I can run a command when I'm logged in via telnet, however when I try to execute the command via the net, I get an error. I can only assume this is because it is logged in as 'nobody'. Can I change who it runs as?
I need to run
system("/usr/bin/gpg --encrypt --no-secmem-warning -ao $crypted -r 'MyKey' $plainTxt ");
But I think I have to run it as my account on the shell, unless I can copy mykey to the account for user 'nobody'
Cheers
Ben