Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

getnetgrent(3yp) [ultrix man page]

getnetgrent(3yp)														  getnetgrent(3yp)

Name
       getnetgrent, setnetgrent, endnetgrent, innetgr - get network group entry

Syntax
       innetgr(netgroup, machine, user, domain)
       char *netgroup, *machine, *user, *domain;
       setnetgrent(netgroup)
       char *netgroup
       endnetgrent()
       getnetgrent(machinep, userp, domainp)
       char **machinep, **userp, **domainp;

Description
       The  routine accesses the file and checks to see if the specified input parameters match an entry in the file.  The routine returns 1 if it
       matches an entry, or 0 if it does not.  Any of the three strings; machine, user, or domain can be NULL, which signifies any string in  that
       position is valid.

       The  routine  returns  the  next  member of a network group.  After the call, will contain a pointer to a string containing the name of the
       machine part of the network group member, and similarly for userp and domainp.  If machinep,  userp  or	domainp  is  returned  as  a  NULL
       pointer,  it signifies any string is valid.  The routine allocates space for the name by using the routine.  This space is released when an
       call is made.  The routine returns 1 if it succeeds in obtaining another member of the network group, or 0 if it reaches  the  end  of  the
       group.

       The  routine  establishes  the network group from which will obtain members, and also restarts calls to from the beginning of the list.	If
       the previous call was to a different network group, an call is implied.

       The routine releases the space allocated during the calls.

Files
       /etc/netgroup
       /etc/yp/domain/netgroup
       /etc/yp/domain/netgroup.byuser
       /etc/yp/domain/netgroup.byhost

																  getnetgrent(3yp)

Check Out this Related Man Page

getnetgrent(3yp)														  getnetgrent(3yp)

Name
       getnetgrent, setnetgrent, endnetgrent, innetgr - get network group entry

Syntax
       innetgr(netgroup, machine, user, domain)
       char *netgroup, *machine, *user, *domain;
       setnetgrent(netgroup)
       char *netgroup
       endnetgrent()
       getnetgrent(machinep, userp, domainp)
       char **machinep, **userp, **domainp;

Description
       The  routine accesses the file and checks to see if the specified input parameters match an entry in the file.  The routine returns 1 if it
       matches an entry, or 0 if it does not.  Any of the three strings; machine, user, or domain can be NULL, which signifies any string in  that
       position is valid.

       The  routine  returns  the  next  member of a network group.  After the call, will contain a pointer to a string containing the name of the
       machine part of the network group member, and similarly for userp and domainp.  If machinep,  userp  or	domainp  is  returned  as  a  NULL
       pointer,  it signifies any string is valid.  The routine allocates space for the name by using the routine.  This space is released when an
       call is made.  The routine returns 1 if it succeeds in obtaining another member of the network group, or 0 if it reaches  the  end  of  the
       group.

       The  routine  establishes  the network group from which will obtain members, and also restarts calls to from the beginning of the list.	If
       the previous call was to a different network group, an call is implied.

       The routine releases the space allocated during the calls.

Files
       /etc/netgroup
       /etc/yp/domain/netgroup
       /etc/yp/domain/netgroup.byuser
       /etc/yp/domain/netgroup.byhost

																  getnetgrent(3yp)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

C socket

I have been serching for a guide to unix C network programming everywhere but I have found only some tuorials, very useful but a little bit poors. My question is if exist a network domain all over the world where C socket is treated with examples. Programs i have looked into is hard to... (4 Replies)
Discussion started by: Davide71
4 Replies

2. IP Networking

Change a Unix IP address

I have purchased a Dec unix Ver 3.2c machine that is about ten years old. I need to get this machine on our network (windows 2003 domain) so I can copy files to it. I know I need to change the IP address, but where and how do I change it? What else do I chang? Thanks Randy (8 Replies)
Discussion started by: randy1
8 Replies

3. UNIX for Dummies Questions & Answers

displaying network domain name in tru64

Hello: does anyone of you know how can I get the network domain name that my tru64 server belongs to??? Thanks alot (5 Replies)
Discussion started by: aladdin
5 Replies

4. UNIX for Dummies Questions & Answers

What is $$

What does $$ signifies? (3 Replies)
Discussion started by: Orbix
3 Replies

5. HP-UX

Stand-alone start-up of HP-UX11i

I have a HP-UX11i machine on the network and that works fine. But, now i want to start this machine without network connection? How must i do this? Because, if i pull out the network cable it will not boot. (5 Replies)
Discussion started by: bavl
5 Replies