Skip to content

Module 2. Shell Usage and Fundamental Commands

Duration: 6 hours

This module focuses on building fluency with the command line, which is essential for any system administrator.

This module is divided into the following detailed sections:

  • Commands: ls, cd, pwd.
  • Managing files: cp, mv, rm, mkdir.
  • Understanding Modes (Normal, Insert, Command).
  • Basic editing, saving, and quitting.
  • Redirecting Output (>, >>, |).
  • Filtering text streams: grep, cat, less, sort, wc.
  • Understanding rwx permissions.
  • Using chmod (symbolic and octal) and chown.
  • Monitoring: top, ps.
  • Signals: kill vs kill -9.
  • Background jobs (&) and job control.