AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  details of ps -f

    Posted Sat December 19, 2009 10:37 AM

    Originally posted by: raja7


    ps -f
    UID PID PPID C STIME TTY TIME CMD
    root 1081468 2650308 0 10:26:13 pts/1 0:00 ps -f
    root 2650308 3514618 0 10:24:29 pts/1 0:00 -ksh
    Please tell me here what is c? what is usage if c?
    #AIX-Forum


  • 2.  Re: details of ps -f

    Posted Sat December 19, 2009 07:09 PM

    Originally posted by: dukessd


    It looks like the C column is the same as the result of ps -o cpu, check the ps man page for details.
    #AIX-Forum


  • 3.  Re: details of ps -f

    Posted Sun December 20, 2009 02:04 AM

    Originally posted by: raja7


    thanks for your details.
    #AIX-Forum