Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

blaze(1) [debian man page]

BLAZE(1)						    BlazeBlogger Documentation							  BLAZE(1)

NAME
blaze - allows you to run BlazeBlogger utilities with a single command SYNOPSIS
blaze command [option...] blaze help|man [command] blaze -h|-v DESCRIPTION
blaze provides a common way to run BlazeBlogger utilities with a single command. OPTIONS
Command Line Options -h, --help Displays usage information and exits. -v, --version Displays version information and exits. Available Commands init, in Runs blaze-init, a utility that either creates a BlazeBlogger repository, or recovers a previously corrupted one. config, cf, cfg Runs blaze-config, a utility that either displays, or sets BlazeBlogger configuration options. add Runs blaze-add, a utility that adds a blog post or a page to the BlazeBlogger repository. edit, ed Runs blaze-edit, a utility that edits a blog post or a page in the BlazeBlogger repository. remove, rm, del Runs blaze-remove, a utility that removes a blog post or a page from the BlazeBlogger repository. list, ls Runs blaze-list, a utility that lists blog posts or pages in the BlazeBlogger repository. make, mk Runs blaze-make, a utility that generates a blog from the BlazeBlogger repository. log Runs blaze-log, a utility that displays the BlazeBlogger repository log. help Displays usage information, either for the utility itself, or for the selected command. man Displays a manual page, either for the utility itself, or for the selected command. version, vs, ver Displays version information. ENVIRONMENT
EDITOR Unless the core.editor option is set, blaze tries to use system-wide settings to decide which editor to use. SEE ALSO
blaze-init(1), blaze-config(1), blaze-add(1), blaze-edit(1), blaze-remove(1), blaze-list(1), blaze-make(1), blaze-log(1) BUGS
To report a bug or to send a patch, please, add a new issue to the bug tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit the discussion group at <http://groups.google.com/group/blazeblogger/>. COPYRIGHT
Copyright (C) 2009-2011 Jaromir Hradilek This program is free software; see the source for copying conditions. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Version 1.2.0 2011-02-18 BLAZE(1)

Check Out this Related Man Page

myproxy-admin-query(8)						      MyProxy						    myproxy-admin-query(8)

NAME
myproxy-admin-query - query MyProxy repository contents SYNOPSIS
myproxy-admin-query [ options ] DESCRIPTION
The myproxy-admin-query command displays information about the credentials stored in the MyProxy repository. It can also be used to remove credentials from the repository, by combining query options with --remove. It accesses the repository directly and must be run on the machine where the myproxy-server(8) is installed from the account that owns the repository. An example cron job for running myproxy-admin-query periodically to remove invalid (expired, revoked, etc.) credentials from the repository is provided at $GLOBUS_LOCATION/share/myproxy/myproxy.cron. OPTIONS
-h, --help Displays command usage text and exits. -u, --usage Displays command usage text and exits. -v, --verbose Enables verbose debugging output to the terminal. -V, --version Displays version information and exits. -l username, --username username Return information on credentials for a single username. By default, the command returns information on all credentials for all usernames. -k name, --credname name Return information on the credentials with the specified name. -o DN, --owner DN Return information on the credentials owned by the specified distinguished name. -e hours, --expiring_in hours Return information on credentials with remaining lifetime less than the specified number of hours. For example, -e 0 will return all expired credentials. -t hours, --time_left hours Return information on credentials with remaining lifetime greater than the specified number of hours. -i, --invalid Return information on invalid (expired, revoked, etc.) credentials. -s dir, --storage dir Specifies the location of the credential storage directory. The directory must be accessible only by the user running the myproxy- server process for security reasons. Default: /var/lib/myproxy or /var/myproxy or $GLOBUS_LOCATION/var/myproxy -c file, --config file Specifies the location of the myproxy-server configuration file, for OCSP options. Default: /etc/myproxy-server.config or $GLOBUS_LOCATION/etc/myproxy-server.config -r, --remove Remove the credentials matching the query from the repository. For example, myproxy-admin-query -e 0 -r will remove all expired credentials from the repository. -L 'msg', --lock 'msg' Places the credentials matching the query under an administrative lock and specifies a message to be returned on access attempts. Be sure to put the message in quotes so it is captured as one argument to the command. -U, --unlock Removes any administrative locks for the credentials matching the query. EXIT STATUS
0 on success, >0 on error AUTHORS
See http://myproxy.ncsa.uiuc.edu/about for the list of MyProxy authors. SEE ALSO
myproxy-change-pass-phrase(1), myproxy-destroy(1), myproxy-init(1), myproxy-logon(1), myproxy-retrieve(1), myproxy-store(1), myproxy- server.config(5), myproxy-admin-adduser(8), myproxy-admin-change-pass(8), myproxy-admin-load-credential(8), myproxy-server(8) MyProxy 2011-09-19 myproxy-admin-query(8)
Man Page