Click to See Complete Forum and Search --> : can rexec command line be seen in ps -aux?


hardigunawan
12-11-2000, 02:28 AM
i wanted to use ssh or rexec to run a command on a remote host. this will be put into a script that only root can rwx.

when anyone else did a ps -aux, can he/she see the whole command, including it's parameters. (i.e. can he see the password when i run my script containing rexec with the password to logon?)

Sweede
12-11-2000, 02:51 AM
well, if if the shell script holds all the variables and whatnot, it shouldnt.

the only way to test it is to use ps -auxwww
and run the script.