1GRID-PROXY-DESTROY(1)           Globus Commands          GRID-PROXY-DESTROY(1)
2
3
4

NAME

6       grid-proxy-destroy - Destroy the default proxy certificate
7

SYNOPSIS

9       grid-proxy-destroy [-help] [-usage] [-version]
10
11       grid-proxy-destroy [-debug] [-dryrun] [-default] [-all] [--]
12                          [FILENAME...]
13

DESCRIPTION

15       The grid-proxy-destroy program removes X.509 proxy files from the local
16       filesystem. It overwrites the data in the files and removes the files
17       from the filesystem. By default, it removes the current userĀ“s default
18       proxy (either /tmp/x509up_uUID where UID is the current POSIX user id,
19       or the file pointed to by the X509_USER_PROXY environment variable)
20       unless a list of proxy file paths are included as part of the command
21       line.
22
23       Use the -- command-line option to separate a list of proxy paths from
24       command line options if the proxy file begins with the - character.
25
26       The full list of command-line options to grid-proxy-destroy are:
27
28       -help, -usage
29           Display the command-line options to grid-proxy-destroy.
30
31       -version
32           Display the version number of the grid-proxy-destroy command
33
34       -debug
35           Display verbose error messages.
36
37       -dryrun
38           Do not remove the proxy, but display the path of the files that
39           would have been removed, or the directory where they would have
40           been removed from if the -all command-line option is used.
41
42       -default
43           Remove the default proxy in addition to the files included on the
44           command-line. Only needed if other paths are included on the
45           command-line.
46
47       -all
48           Remove the default proxy and all delegated proxies in the temporary
49           file directory.
50

ENVIRONMENT VARIABLES

52       The following environment variables affect the execution of
53       grid-proxy-destroy:
54
55       X509_USER_PROXY
56           Path to the default user proxy.
57

SEE ALSO

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

AUTHOR

62       University of Chicago
63
64
65
66Globus Toolkit 5.0.2              04/25/2011             GRID-PROXY-DESTROY(1)
Impressum