Understanding the CLI

A breakdown of what a CLI prompt could look like


Part of the CLI Basics series

Usually a lot of HPC environment usage takes place via the Linux command line. For unfamiliar users here is a brief description of a typical CLI prompt.

[flight@chead1 folder]$ echo Hello World!
Hello World!

The prompt can vary based on user preference and global environment configuration. The above is an example for illustrative purposes