On Tue, Apr 01, 2003 at 07:44:58AM -0500, Stone, Timothy wrote: > I *may* have accidently deleted a user, but don't know which one. I > believe it may have been a default user included with RHL 8. It > happened so fast with *no confirmation* that I can't possibly know > what it was.
Compare to most recent back up? > Does anyone have, or know, the *default set* of users included with RHL8? You could peek inside the setup*rpm and see. This is what I have: $ cat /etc/passwd |sort |grep ^p|sed s/:.*// pcap postfix postgres privoxy But not sure that is the *default set* of users per se. I think all of those are the result of specific package installations, all (or most?) of which are not required packages. So YMMV ;-) -- Hal Burgiss -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
