Hi All,
I have a question about the system command.
If I run some OS command from Perl script like ,
system("java -user ABCD -pass XYZ -deb") ;
The command I am running will execute, thats fine. But while the command is running, if some other user on the Unix box gives command like "ps -aef", he can see the details of the command I am running.
Is it possible to hide that command details appearing on the process details ??
Please suggest some way out.
Thanks and Regards
I have a question about the system command.
If I run some OS command from Perl script like ,
system("java -user ABCD -pass XYZ -deb") ;
The command I am running will execute, thats fine. But while the command is running, if some other user on the Unix box gives command like "ps -aef", he can see the details of the command I am running.
Is it possible to hide that command details appearing on the process details ??
Please suggest some way out.
Thanks and Regards