Run iinit and use your GSU password as PAM password before proceeding. Exit the current session and log in again.
file is your file-name and folder is your folder-name
First, ensure you are in your scratch folder by running cd /scratch/users/<campusid> (replace <campusid> with your campus ID).
$ cp file $IRODS_WORK/your-gsu-username
$ cp -r folder $IRODS_WORK/your-gsu-username
$ cp file $IRODS_PROJECT/your-slurm-project-name
$ cp -r folder $IRODS_PROJECT/your-slurm-project-name
$ cp $IRODS_WORK/your-gsu-username/file-you-want-to-copy .
$ cp -r $IRODS_WORK/your-gsu-username/folder-you-want-to-copy .
$ cp $IRODS_PROJECT/your-slurm-project-name/file-you-want-to-copy .
$ cp -r $IRODS_PROJECT/your-slurm-project-name/folder-you-want-to-copy .