2008-04-30 17:10:46 +04:00
|
|
|
.\" $NetBSD: innetgr.1,v 1.7 2008/04/30 13:11:01 martin Exp $
|
2001-12-01 19:43:07 +03:00
|
|
|
.\"
|
1999-03-02 16:59:17 +03:00
|
|
|
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
|
|
|
.\" All rights reserved.
|
2001-12-01 19:43:07 +03:00
|
|
|
.\"
|
1999-03-02 16:59:17 +03:00
|
|
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
.\" by Kimmo Suominen
|
2001-12-01 19:43:07 +03:00
|
|
|
.\"
|
1999-03-02 16:59:17 +03:00
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2001-12-01 19:43:07 +03:00
|
|
|
.\"
|
1999-03-02 16:59:17 +03:00
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
|
|
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
|
|
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
|
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
|
|
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
2001-12-01 19:43:07 +03:00
|
|
|
.\"
|
2007-07-05 23:44:02 +04:00
|
|
|
.Dd July 5, 2007
|
1999-03-02 16:59:17 +03:00
|
|
|
.Dt INNETGR 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm innetgr
|
|
|
|
.Nd check netgroup members
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2004-07-10 20:11:29 +04:00
|
|
|
.Op Fl v
|
1999-03-02 16:59:17 +03:00
|
|
|
.Op Fl d Ar domain
|
|
|
|
.Op Fl h Ar host
|
|
|
|
.Op Fl u Ar user
|
|
|
|
.Ar netgroup
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
checks if the specified domain, host or user is a member of
|
2004-07-10 20:11:29 +04:00
|
|
|
the given netgroup.
|
2007-07-05 23:44:02 +04:00
|
|
|
This program does not produce any output unless the verbose
|
2004-07-10 20:11:29 +04:00
|
|
|
.Pq Fl v
|
|
|
|
flag is given.
|
2000-09-04 11:35:15 +04:00
|
|
|
.Sh EXIT STATUS
|
1999-03-02 16:59:17 +03:00
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It 0
|
|
|
|
Successful completion.
|
|
|
|
.It 1
|
|
|
|
Name not found in group.
|
|
|
|
.It 2
|
|
|
|
Invalid usage.
|
1999-03-10 08:14:51 +03:00
|
|
|
.El
|
1999-03-02 16:59:17 +03:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr netgroup 1 ,
|
|
|
|
.Xr innetgr 3 ,
|
|
|
|
.Xr netgroup 5
|
|
|
|
.Sh HISTORY
|
|
|
|
A
|
|
|
|
.Nm
|
|
|
|
utility appeared in
|
|
|
|
.Nx 1.4 .
|