got this on a ps -aux (notice how instead of saying a username like root you have 1004)
root 2095 0.0 0.8 1812 1080 ttyp1 S Jan10 0:00 -bash
1004 3546 0.0 0.8 1816 1080 ttyp1 S Jan10 0:00 -su
the -su is the only process having #s instead of the name...the -bash above was put there as reference
why doesn't the process have an owner like it should?
root 2095 0.0 0.8 1812 1080 ttyp1 S Jan10 0:00 -bash
1004 3546 0.0 0.8 1816 1080 ttyp1 S Jan10 0:00 -su
the -su is the only process having #s instead of the name...the -bash above was put there as reference
why doesn't the process have an owner like it should?
