> I am having a problem with usercfg and lots of users. There is no find
> user function. Scrolling through a chaotic /etc/passwd file with 600+
> users is no fun. If it was arranged alphabetically it would solve the
> problem aslo. Can any one think of a quick way to solve the problem? I
> need a quick way to find user x. Thanks.
Use:
# touch /etc/ptmp
# cat /etc/passwd | sort -n +2 > /etc/passwd.tmp
and it will be sorted by user ID. If you meant how to sort it in the
usercfg program, it sounds like a limitation to me. There is a whole
suite of user account managemet programs on sunsite.
> Who should I email in regards to the author of the proggie?
Try [EMAIL PROTECTED] Use
[EMAIL PROTECTED] to subscribe.
Dave
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.