Query: services_mkdb
OS: freebsd
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SERVICES_MKDB(8) BSD System Manager's Manual SERVICES_MKDB(8)NAMEservices_mkdb -- generate the services databaseSYNOPSISservices_mkdb [-b | -l] [-q] [-o database] [file] services_mkdb -u [file]DESCRIPTIONThe services_mkdb utility creates a db(3) database for the specified file. If no file is specified, then /etc/services is used. The data- base is installed into /var/db/services.db. The file must be in the correct format (see services(5)). The options are as follows: -b Use big-endian byte order for database metadata. -l Use little-endian byte order for database metadata. -o database Put the output databases in the named file. -q Do not warn about duplicate services. -u Print the services file to stdout, omitting duplicate entries and comments. The databases are used by the C library services routines (see The -b and -l flags are mutually exclusive. The default byte ordering is the current host order. getservent(3)).FILES/var/db/services.db The current services database. /var/db/services.db.tmp A temporary file. /etc/services The current services file.EXIT STATUSThe services_mkdb utility exits 0 on success, and >0 if an error occurs.SEE ALSOdb(3), getservent(3), services(5)BUGSBecause services_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 services_mkdb fails it will leave the previous version of the destination file intact.BSDApril 4, 2010 BSD
Related Man Pages |
---|
endservent(3) - linux |
getservbyname(3) - linux |
endservent(3) - redhat |
getservbyname(3) - redhat |
getservbyport(3) - redhat |
Similar Topics in the Unix Linux Community |
---|
NFS services |
Script to disable services |
What default services will run when Zone installs? |
detecting the running services |
Enabling services. |