Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

grid-proxy-destroy(1) [debian man page]

GRID-PROXY-DESTROY(1)						  Globus Commands					     GRID-PROXY-DESTROY(1)

NAME
grid-proxy-destroy - Destroy the default proxy certificate SYNOPSIS
grid-proxy-destroy [-help] [-usage] [-version] grid-proxy-destroy [-debug] [-dryrun] [-default] [-all] [--] [FILENAME...] DESCRIPTION
The grid-proxy-destroy program removes X.509 proxy files from the local filesystem. It overwrites the data in the files and removes the files from the filesystem. By default, it removes the current user's default proxy (either /tmp/x509up_uUID where UID is the current POSIX user id, or the file pointed to by the X509_USER_PROXY environment variable) unless a list of proxy file paths are included as part of the command line. Use the -- command-line option to separate a list of proxy paths from command line options if the proxy file begins with the - character. The full list of command-line options to grid-proxy-destroy are: -help, -usage Display the command-line options to grid-proxy-destroy. -version Display the version number of the grid-proxy-destroy command -debug Display verbose error messages. -dryrun Do not remove the proxy, but display the path of the files that would have been removed, or the directory where they would have been removed from if the -all command-line option is used. -default Remove the default proxy in addition to the files included on the command-line. Only needed if other paths are included on the command-line. -all Remove the default proxy and all delegated proxies in the temporary file directory. ENVIRONMENT VARIABLES
The following environment variables affect the execution of grid-proxy-destroy: X509_USER_PROXY Path to the default user proxy. SEE ALSO
grid-proxy-init(1), grid-proxy-info(1) AUTHOR
University of Chicago Globus Toolkit 5.0.2 04/25/2011 GRID-PROXY-DESTROY(1)

Check Out this Related Man Page

VOMS-PROXY-DESTROY(1)													     VOMS-PROXY-DESTROY(1)

NAME
voms-proxy-destroy - destroys a VOMS proxy SYNOPSIS
voms-proxy-destroy [options] DESCRIPTION
The voms-proxy-destroy is intended to be used after a proxy is no longer useful, to destroy it OPTIONS
Options may be specified indifferently with either a "-" or "--" prefix. The options from -help to -out are present for compatibility with grid-proxy-init, and have the exact same meaning. The meaning of the other ones is the following. -help Displays usage -version Displays version -debug Enables extra debug output -q Quiet mode, minimal output -file proxyfile The name of the file containing the proxy, in case it is in a non-standard place. -dry Doesn't actually destroy the proxy. -conf file Read options from file. BUGS
EGEE Bug Tracking Tool: https://savannah.cern.ch/projects/jra1mdw/ SEE ALSO
voms-proxy-init(1), voms-proxy-info(1) EDT Auth Home page: http://grid-auth.infn.it CVSweb: http://datagrid.in2p3.fr/cgi-bin/cvsweb.cgi/Auth/voms RPM repository: http://datagrid.in2p3.fr/distribution/autobuild/i386-rh7.3 AUTHORS
Vincenzo Ciaschini <Vincenzo.Ciaschini@cnaf.infn.it>. Valerio Venturi <Valerio.Venturi@cnaf.infn.it>. COPYRIGHT
Copyright (c) Members of the EGEE Collaboration. 2004. See the beneficiaries list for details on the copyright holders. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at www.apache.org/licenses/LICENSE-2.0: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITH- OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. VOMS-PROXY-DESTROY(1)
Man Page