Unix and Linux Discussions Tagged with proxy |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
4,330 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
54,237 |
Proxy Server |
|
|
|
1 |
15,234 |
Solaris |
|
|
|
6 |
2,055 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
12,639 |
UNIX for Advanced & Expert Users |
|
|
|
20 |
10,353 |
IP Networking |
|
|
|
0 |
2,860 |
Red Hat |
|
|
|
3 |
131,760 |
Shell Programming and Scripting |
|
|
|
2 |
3,287 |
IP Networking |
|
|
|
1 |
13,353 |
Linux |
|
|
|
5 |
8,936 |
IP Networking |
|
|
|
2 |
4,776 |
IP Networking |
|
|
|
9 |
14,440 |
Ubuntu |
|
|
|
1 |
4,582 |
Ubuntu |
|
|
|
0 |
8,160 |
IP Networking |
|
|
|
0 |
6,249 |
Web Development |
|
|
|
2 |
5,473 |
Shell Programming and Scripting |
|
|
|
0 |
4,283 |
Programming |
|
|
|
0 |
5,909 |
IP Networking |
|
|
|
2 |
9,402 |
AIX |
|
|
|
2 |
15,630 |
Emergency UNIX and Linux Support |
|
|
|
1 |
5,569 |
BSD |
|
|
|
0 |
5,855 |
Web Development |
|
|
|
0 |
4,948 |
Red Hat |
|
|
|
0 |
2,285 |
Software Releases - RSS News |
|
|
|
0 |
1,459 |
Software Releases - RSS News |
|
|
|
0 |
1,306 |
Software Releases - RSS News |
|
|
|
0 |
1,539 |
Software Releases - RSS News |
|
|
|
5 |
5,127 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,406 |
Software Releases - RSS News |
|
|
|
0 |
3,239 |
OS X Support RSS |
|
|
|
0 |
1,766 |
IT Security RSS |
|
|
|
0 |
1,334 |
Software Releases - RSS News |
|
|
|
0 |
2,674 |
OS X Support RSS |
|
|
|
0 |
2,097 |
Complex Event Processing RSS News |
|
|
|
0 |
1,701 |
Complex Event Processing RSS News |
|
|
|
0 |
1,441 |
Software Releases - RSS News |
|
|
|
0 |
2,326 |
IT Security RSS |
|
|
|
0 |
1,131 |
Software Releases - RSS News |
|
|
|
0 |
1,950 |
Software Releases - RSS News |
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)