Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
NetBSD
NETGROUP_MKDB(8) OpenBSD System Manager's Manual NETGROUP_MKDB(8)
NAME
netgroup_mkdb - generate the netgroup databases
SYNOPSIS
netgroup_mkdb [-o database] [file]
DESCRIPTION
Netgroup_mkdb creates db(3) style databases for the specified file. If no
file is specified, then /etc/netgroup is used. These databases are then
installed into /etc/netgroup.db. The file must be in the correct format
(see netgroup(5)).
The options are as follows:
-o database
Put the output databases in the named file.
The databases are used by the C library netgroup routines (see
getnetgrent(3)).
Netgroup_mkdb exits zero on success, non-zero on failure.
FILES
/etc/netgroup.db The current netgroup database
/etc/netgroup.db.tmp A temporary file
/etc/netgroup The current netgroup file
BUGS
Because netgroup_mkdb guarantees not to install a partial destination
file it must build a temporary file in the same file system and if suc-
cessful use rename(2) to install over the destination file.
If netgroup_mkdb fails it will leave the previous version of the destina-
tion file intact.
SEE ALSO
db(3), getnetgrent(3), netgroup(5)
OpenBSD 2.3 February 3, 1994 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
OpenBSD sources for netgroup_mkdb(8)
Up to: Host, service name, and address operations - Methods and functions for doing address, host, user, and service name lookups (DNS). also Internet Assigned Numbers
RocketLink!--> Man page versions:
OpenBSD
NetBSD
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
netgroup_mkdb.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|