help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Process Options


From: Darren Dunham
Subject: Re: Process Options
Date: Fri, 6 Apr 2001 09:15:05 -0700 (PDT)

> Besides the systems others have already mentioned, SunOS 4, AIX & OSF1
> (aka Digital/Tru64 Unix) all support "ps auxww".  IMHO, "ps auxww" is
> much superior to "ps -ef"... :)

...in some situations.

For Solaris, the commands returned by the two ps's are different.

The SYSV ps returns the command handed to the kernel to launch the
program.  For security purposes, it may be better, because it cannot be
changed later (but is unfortunately limited to 80 characters).

The UCB ps returns the command in the ARGV structure of the process.
This structure is runtime modifyable and can be changed by the process
either to return useful information (such as sendmail does), or to hide
information from administrators.

Just an FYI...

-- 
Darren Dunham                                           ddunham@taos.com
Unix System Administrator                    Taos - The SysAdmin Company
Got some Dr Pepper?                           San Francisco, CA bay area
          < How are you gentlemen!! Take off every '.SIG'!! >



reply via email to

[Prev in Thread] Current Thread [Next in Thread]