1GRID-PROXY-DESTROY(1) Grid Community Toolkit Manual GRID-PROXY-DESTROY(1)
2
3
4
6 grid-proxy-destroy - Destroy the default proxy certificate
7
9 grid-proxy-destroy -help | -usage | -version
10
11 grid-proxy-destroy [-debug] [-dryrun] [-default] [-- FILENAME ...]
12
14 The grid-proxy-destroy program removes X.509 proxy files from the local
15 filesystem. It overwrites the data in the files and removes the files
16 from the filesystem. By default, it removes the current user’s default
17 proxy (either /tmp/x509up_u’UID' where UID is the current POSIX user
18 id, or the file pointed to by the X509_USER_PROXY environment variable)
19 unless a list of proxy file paths are included as part of the command
20 line.
21
22 Use the -- command-line option to separate a list of proxy paths from
23 command line options if the proxy file begins with the - character.
24
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
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
59 grid-proxy-init(1), grid-proxy-info(1)
60
62 Copyright © 1999-2014 University of Chicago
63
64
65
66Grid Community Toolkit 6 03/31/2018 GRID-PROXY-DESTROY(1)