Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page provides a basic introduction to briefly introduces Unix commands to for HPC users with no without previous knowledge.

Pre-requisites:

  • Review this

...

Installing Putty and connecting to the HPC (Windows users; Mac users can directly use the available ‘terminal’ app)

Install Putty:

Installing PuTTY - QUT Media Hub

Connect to the HPC:

Connecting to the HPC with PuTTY - QUT MediaHub

Log into the HPC

Code Block
ssh userID@lyra.qut.edu.au

...

To go to a shared directory for your project named “kenna_team” team, for example type the following command and hit enter:

Code Block
cd /work/trtp

Display list of files/directories in a directory

Code Block
ls -lh

...