Logo

Programming Linux

Quick search

Navigation

Courses

  • Courses Overview
  • Slide Material
  • How To Book
  • Log Of Past Courses

About

  • Myself: Contact, Impressum, …
  • This Site
    • OpenTraining
    • Work in Progress
      • Embedded Computing (FH Joanneum Graz)
        • Design Tools And Laboratory Engineering (2024)
        • Embedded Computing (STECE-2019)
        • Embedded Computing STECE-2020)
        • Embedded Computing (STECE-2021)
        • Embedded Computing (STECE-2022)
        • Embedded Computing (STECE-2023)
          • Embedded Computing 1 (STECE-2023): Summer
            • Embedded Computing 1 (STECE-2023): Syllabus
            • Embedded Computing 1 (STECE-2023): Material
              • 2025-04-07 (3 VO): Introduction
              • 2025-04-10 (3 UE): Linux Host System Setup
              • 2025-04-28 (3 UE): The Shell, And The OS
              • 2025-05-06 (3 UE): Shell/Permissions (Exercises)
              • 2025-05-07 (3 VO): Commandline/Shell Recap, C++
              • 2025-05-12 (3 VO): C++ “Door” Exercise Recap, Some Git
              • 2025-05-19 (3 VO): Close C++ “Door” Exercise, More Git
              • 2025-05-{20,22,23} (6+6 UE): Polymorphic Door Parts, And Some Git
              • 2025-06-02 (3 VO): More C++: Interfaces, The Whole Story
              • 2025-06-04 (3 VO): More C++, Project Kickoff
              • 2025-06-16 (3 VO): CMake, And A Little Git
            • The Door Project: Tasks
      • Playground
      • Git Notes
      • Creating Screencasts
      • I2S Audio for a Kontron SMARC Module
      • Packaging this Site on PyPI
      • Seminar on “Clean Code” (2022-04-13)
      • Pointless Blinking
      • GLT 2025: systemd’s D-Bus Implementation, And Its Python asyncio Binding
      • IT-Visions TODO
      • Kajak Auf Der Donau
    • Recipes

Blog

  • Posts

2025-04-28 (3 UE): The Shell, And The OS¶

  • OS Concepts

  • Shell Usage

  • Permissions

  • SSH Setup

OS Concepts¶

From Introduction: Concepts and Terminology

  • Overview

  • Everything Is A File (Live Demo)

  • Processes, Scheduling, Address Spaces

  • Process Hierarchy (Parent, Child Process)

Shell Usage¶

From The Shell (Bash - “Bourne Again Shell”)

  • Commandline

  • Absolute and Relative Paths

  • Special Paths

  • Directory Listings: The ls Command

  • Current Working Directory

  • Creating And Removing Files and Directories

  • Copying: cp

  • Moving and Renaming: mv

  • Symbolic Links, Hard Links

  • Shell Configuration File: ~/.bashrc

Permissions¶

From File System Permissions

  • Permissions: Mode, User and Group Ownership

SSH Setup¶

From SSH: Secure Shell

  • SSH: Basics

  • SSH: Public Key Authentication

  • SSH: Secure Copy (scp)

©2019-2025 (GPLv3), Jörg Faschingbauer. | Page source