my program runs some system files but i am not able to run those files.it reports the following error when i try to execute them.....you must be root to execute........ ..so anyone help me how to enter root through perl program and run some system files.
How to enter root?
Collapse
X
-
Agreed! Unfortunately, you cannot switch users in your Perl script(s). The security issue surrounding that is astounding.Originally posted by KevinADCMove your perl script to where it is allowed to run as root. If you can't do that then you have to ask your system administrator to set it up for you.
Regards,
JeffComment
Comment