ps -ef shows user id not user name
why does the ps -ef command show the user id and not the user name for certain users.
when a job runs as the user jobsub_test the user id is displayed on the ps -ef command, and when a job
is being run as jobsub, the username is being displayed.
what determins whether the user name or user id is used ??