Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

showrgb(1x) [osf1 man page]

showrgb(1X)															       showrgb(1X)

NAME
showrgb - uncompile an rgb color-name database SYNOPSIS
showrgb [database] DESCRIPTION
The showrgb program reads an rgb color-name database compiled for use with the dbm database routines and converts it back to source form, printing the result to standard output. The default database is the one that X was built with, and may be overridden on the command line. Specify the database name without the or suffix. FILES
default database. showrgb(1X)

Check Out this Related Man Page

kdb_util(8krb)															    kdb_util(8krb)

Name
       kdb_util - Kerberos database utility

Syntax
       /var/dss/kerberos/bin/kdb_util operation filename [ database ]

Arguments
       operation
		Function to perform on the database. The operation argument must be one of the following values:

		load   Converts the database in file filename, to format and overwrites the database specified.

		dump   Converts the database into form, and writes the result to file, filename.

		slave_dump
		       Performs  the same function as dump, and creates the file when finished.  The is used by to determine if a slave_dump is in
		       progress, or if it did not complete successfully.

		new_master_key
		       Prompts you for the old key of the Kerberos database as well as a new master key.  It converts  the  database  into  format
		       and,  at the same time, decrypts those sections of the database encrypted with the old master key and re-encrypts them with
		       the new master key.  The result is written to the file, filename.

       filename The name of the source file for the load operation or the destination file for the  operations:  dump,	slave_dump,  and  new_mas-
		ter_key.

       database The name of the database.  If the argument is not included, the Kerberos database is stored in files and by default.

Description
       The  command  allows  the Kerberos administrator to perform several functions on the entire Kerberos database of a master or slave Kerberos
       server in one operation.  The database argument specifies the name of the Kerberos database.  The Kerberos database utility reads from  and
       writes to the Kerberos database and, in addition, it reads from and writes to a file in format:	 filename.  A file is an ASCII representa-
       tion of a Kerberos database.  The functions that can be specified by the operation argument are listed in the Arguments section.

       Whenever the Kerberos database is changed by the modification time of is updated.  The file indicates the age of the database.

Files
       See Also
	      krb_dbase(5krb), kdb_init(8krb), kdb_edit(8krb), kdb_destroy(8krb), kstash(8krb)

																    kdb_util(8krb)
Man Page