robtm
11-09-2001, 08:01 AM
How do I hide the arguments from another user that use 'ps -Af'? Is there any way to make the arguments invisible?
Example:
ps -Af should show
./command
not
./commanf --arg1 --arg2
X_console
11-09-2001, 09:05 AM
I don't think you can unless you prevent them from running ps.
robtm
11-09-2001, 09:54 AM
OK thank you.
Is there any way to get the command to retrieve the arguments from maybe a file? There is no configfile for the program.
The reason I want to do this is that I set a password with an argument and I don't want others to see that with ps.
:cool:
[ 09 November 2001: Message edited by: robtm ]