This document provides information about logging into and using the HPC cluster Artemis at the University of Sydney, including available storage, job queues, module commands, and examples of PBS scripts for serial, parallel, GPU, and data transfer jobs. It also lists some useful Linux commands for managing files, running programs, and transferring data between local and remote systems.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
56 views
Artemis-Cheat Sheet-Phase-3
This document provides information about logging into and using the HPC cluster Artemis at the University of Sydney, including available storage, job queues, module commands, and examples of PBS scripts for serial, parallel, GPU, and data transfer jobs. It also lists some useful Linux commands for managing files, running programs, and transferring data between local and remote systems.
Manage Files Manage running programs download file from remote
get filename computer list the contents of the current <Ctrl+s> upload file to remote ls stop the screen from scrolling put filename directory <control+s> computer list all files, including hidden <Ctrl+q> change directory on remote ls -a resume scrolling cd dirname ("dot") files <control+q> computer list files, showing the long <Ctrl+z> change directory on local ls -lh version: permissions, size and suspend a program lcd dirname <control+z> computer date last modified <Ctrl+c> vi filename open filename in vim terminate a program <control+c> smbclient commands nano filename open filename in nano cat filename display the contents of filename Miscellaneous Commands download file from remote less filename display the contents of filename get filename computer copy file1 to file2; file1 remains !! repeat the last command upload file to remote cp file1 file2 put filename unchanged; file2 is overwritten history list previous commands computer rename a filename sort input filename in download multiple files to mv old new from old to new and numerical and/or alphabetical mget sort filename from remote computer delete old file order, and order displays on upload multiple files to rm filename remove (delete) filename the screen mput remote computer show the path in your change directory on remote which command directory where a cd dirname computer Manage Directories particular command is located toggle recursive file find lines with the word recurse on/off grep "string" transfer on/off pwd show present working directory "string" in filename and filename toggle confirmation for file cd change back to home directory display on the screen prompt on/off transfers on/off cd .. change to the previous tar -zcf create .tar.gz file called change directory on local directory (back one) dirname.tar.gz archive.tar.gz containig the !cd dirname computer cd dirname change to a directory dirname directory dirname !ls list files on local computer named dirname tar -zxf extract .tar.gz archive called execute any shell command mkdir dirname make a new directory dirname.tar.gz dirname.tar.gz !<shell command> on local computer with the named dirname display files contained in exclamation mark rmdir dirname remove a directory tar -ztvf archive dirname.tar.gz without named dirname, which must be dirname.tar.gz extracting them empty