User Tools

Site Tools


skill-tree:use:1:1:b

**This is an old revision of the document!**

USE1.1-B Command Line Interface

Background

HPC systems are usually accessed via a Linux-based Command Line Interface (CLI) that is provided by a shell.

At its core, a shell is simply a convenient tool that you can use to execute commands on a Linux computer. The shell provides a textual interface allowing to interact with the operating system and performing all possible operations, i.e., accessing and manipulating files, and running programs. However, there are various misconceptions that new users typically face when handling a shell such as the Bash. Particularly, dealing with control characters and the format expected when executing programs with arguments can be error-prone.

Part of this skill is the general principles of the interaction with a shell.

Aim

  • To describe the key principles of a shell.
  • To execute basic programs to query system information and manipulate the system status.

Outcomes

  • Utilize the bash shell to execute individual programs with arguments.
  • Describe the meaning of the exit code of a program.
  • Run multiple programs after another depending on the exit code ;, &&, ||.
  • List the set of basic programs and their tasks:
    • pwd
    • whoami
    • sleep
    • kill
    • echo
    • clear
    • man
    • exit
  • Utilize the available help of a program (–help argument and the man pages).
  • Interrupt or abort a program execution:
    • CTRL-C
    • CTRL-Z
    • using kill -9
  • Use the shell history to search and execute previously executed commands.
  • Set and print shell variables.
    • Print all currently set variables
  • Identify potential special characters that must be handled with care.
    • List strings that are included files/directories
  • Utilize escaping to ensure correct handling of arguments.
  • Understand wildcard characters to select a group of files/directories:
    • *
    • [,-]
  • Use text editors.

Subskills

skill-tree/use/1/1/b.1612807096.txt.gz · Last modified: 2021/02/08 18:58 by kunkel