First page Back Continue Last page Overview Graphics
Simple grid commands
grid-proxy-init:
- Initializes your grid proxy. Default lifetime 12 hours.
- Use option ā-hours Nā to increase to N hours.
grid-proxy-info:
- Shows info on your proxy, including time until expiration.
PDSF user copies a file RCF->PDSF:
- globus-url-copy -vb gsiftp://stargrid02.rcf.bnl.gov/star/u/hjort/test.txt file:/auto/u/hjort/test.txt
- -vb is verbose mode
- gsiftp: refers to a file in a remote location and stands for Globus Security Infrastructure File Transfer Protocol. In this example it is used in the source URL.
- file: refers to a local file, in this case the destination URL
-
Notes: