Skip to main content

Process Owner 703 ??

Comments

6 comments

  • speckados
    703 it's id user on system.
    0
  • sf.basilix
    if you have access to the /etc/passwd file you can do the following to find out who it is: grep 703 /etc/passwd
    0
  • webstyler
    703 is "username" but why it's indicate as 703 and not username on process list ? may be usefull for check how php is called ..
    0
  • cPanelMichael
    Hello :) Is the username longer than eight characters? Or, have you made any manual changes to the /etc/passwd file? Thank you.
    0
  • webstyler
    ]Hello :) Is the username longer than eight characters? Or, have you made any manual changes to the /etc/passwd file? Thank you.

    Hi Michael Yes, username is 9 characters
    0
  • cPanelMichael
    It's a limitation of the "ps" command: Why do long usernames get printed as numbers? The UNIX and POSIX standards require that user names and group names be printed as decimal integers when there is not enough room in the column. Truncating the names, besides being a violation of the standard, would lead to confusion between names like MichelleRichards and MichelleRichardson.
    Thank you.
    0

Please sign in to leave a comment.