Operating System - HP-UX
1833737 Members
2575 Online
110063 Solutions
New Discussion

nuucp entry in /etc/group

 
SOLVED
Go to solution
TheJuiceman
Super Advisor

nuucp entry in /etc/group

Hi everyone,

If I do not have an entry in the passwd file for nuucp, is it needed in /etc/group? I have a uucp entry in the passwd file...just not a nuucp. Thanks.
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: nuucp entry in /etc/group

Shalom Juiceman,

Unlike linux, which by default creates a new group for each user as its added, Unix does not.

You may indeed have a group called nuucp. There may be members in this group in /etc/passwd

If this is so, deleting it would be a bad idea.

to check:

pwck
grpck

This will point out inconsistencies and groups that can be safely deleted.

Good Luck,

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
TheJuiceman
Super Advisor

Re: nuucp entry in /etc/group

That was what I thought. Thanks!!!