OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: vogthansenet.com
Date: Tue Oct 09 2001 - 02:55:21 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    > Recently I've notice through top, a process running
    > called "3" which
    > takes up all my spare CPU cycles. Would anyone know what this is?

    which OS? on Linux you can check /proc/(pid)/* - for example, if your
    process has the pid 5000, then /proc/5000/exe would contain a copy of the
    executable and /proc/5000/cmdline would contain the full commandline used to
    call it.