Bill Moseley wrote:
> Also, ps is always showing the UID # instead of the name.  Shouldn't
> that come from /etc/passwd?
> 
> $ fgrep 112 /etc/passwd
> subversion:x:112:112:subversion:/var/lib/projects:/bin/sh

$ printf subversion | wc -c
10

ps displays the uid because the user name is longer than 9
characters.

                                        -DaTa


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to