• Beitrags-Autor:
  • Beitrag zuletzt geändert am:13.11.2021
  • Beitrags-Kategorie:Linux

Seminar lecture on the basics of working on the Linux command line, which I held for colleagues at TRIC on 11.03.2021.

Content

  • Linux basics
    History of Linux, basic key points, distributions, file system hierarchy, user and group management, …
  • Basic command line commands
    listing directory content, file system navigation, command for file management, find files, process management, …
  • (More or less) Bash specific commands
    wildcards for file pattern, redirect command output, pipe output, conditional execution, variable handling, control loops, …