Frequently Asked Questions About Using HPSS at SDSC
|
||
|
Q: A: |
How do I access HPSS? Enter hsi |
|
|
Q: A: |
How do I terminate an interactive HPSS session? Enter hsi quit or bye |
|
|
Q: A: |
How do I save a new file in HPSS? Enter put filename to save filename in your HPSS home directory. Enter put filename a/ filename to save filename in your HPSS subdirectory a. Note that the put command will overwrite an existing HPSS file of the same name. |
|
|
Q: A: |
How do I replace an existing file in HPSS? Enter put filename to update filename in your HPSS home directory. Enter put filename a/filename to update filename in your HPSS subdirectory a. |
|
|
Q: A: |
How do I retrieve a file from HPSS? Enter get filename to retrieve filename from your HPSS home directory. Enter cd a, get filename to retrieve filename from subdirectory a. top |
|
|
Q: A: |
How do I delete a file from HPSS? Enter delete filename to delete filename from your HPSS home directory. Enter delete a/filename to delete filename from subdirectory a. |
|
|
Q: A: |
How do I list my HPSS files? Enter ls to list files in your current HPSS working directory. Enter ls a to list files in subdirectory a. |
|
|
Q: A: |
How do I change the name of an HPSS file? Enter rename oldname newname to change oldname to newname. |
|
|
Q: A: |
How do I create a subdirectory? Enter mkdir subdir-name to add subdir-name to your current working directory. |
|
|
Q: A: |
How do I delete a subdirectory? Enter rmdir subdir-name to delete subdir-name. The subdirectory must be empty before it can be deleted. |
|
|
Q: A: |
How do I share my HPSS files with other users? Enter the hsi chmod command to set access permissions for your HPSS files. |
|
|
Q: A: |
How do I store/retrieve multiple files? To store multiple files to HPSS, be sure to enter the mput command. To retrieve multiple files, enter the mget command. Remember to quote wildcards when you use mget in a single command line. |



