Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: system passwd viewable via ps -ef

Re: system passwd viewable via ps -ef

From: Ranganathan Chakravarthi <ranga_at_shell.one.net>
Date: 1997/04/21
Message-ID: <5jfplj$ni@news.one.net>#1/1

Loyal Barber (lbarber_at_flash.net) wrote:
: Rich Headrick wrote:
: >
: > How do surpass the ps -ef | grep <user>/<passwd>. Is there a way to
: > pass a variable that doesn't show up using ps -ef?
: >
: > Please emial.
: >
: > Best regards,
: >
: > Rich
: I'm not 100% certain I understand the question, but here goes. The
: simple solution
: is don't use username/password on the command line. Change the
: password on the account of anyone using
: username/password on the command line.
:
: If you must pass a username/password on the command line, make
: it a bogus user with no real rights. Then
: have the user re-login.
:
: Loyal Barber
: MCI Systemhouse

You could ask the system administrator to create a shell script for ps and disable the combination of '-e' and '-f' so that others cannot view your command line.  

Received on Mon Apr 21 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US