logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

grid-proxy-destroy - Destroy the default proxy certificate

Author

       Copyright © 1999-2014 University of Chicago

Grid Community Toolkit 6                           03/31/2018                              GRID-PROXY-DESTROY(1)

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_u’UID' 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.

Environment

       The following environment variables affect the execution of grid-proxy-destroy:

       X509_USER_PROXY
           Path to the default user proxy.

Name

       grid-proxy-destroy - Destroy the default proxy certificate

Options

       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.

See Also

grid-proxy-init(1), grid-proxy-info(1)

Synopsis

       grid-proxy-destroy -help | -usage | -version

       grid-proxy-destroy [-debug] [-dryrun] [-default] [-- FILENAME ...]

See Also