Skip to main content
Ctrl+K
Jörg Faschingbauer - Home Jörg Faschingbauer - Home
  • Training Courses
  • About
  • Blog
  • Training Courses
  • About
  • Blog

Section Navigation

  • 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)
      • 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
  • About
  • This Site
  • Work in Progress
  • Embedded Computing (FH Joanneum Graz)
  • Embedded Computing (STECE-2022)
  • Embedded Computing 1 (STECE-2022): Summer
  • Embedded Computing 1 (STECE-2022): Material
  • 2024-04-14(6): SSH, Permissions (Incl. Exercise)

2024-04-14(6): SSH, Permissions (Incl. Exercise)#

  • SSH: Secure Shell

  • File System Permissions

  • Homework

SSH: Secure Shell#

From SSH: Secure Shell

  • SSH: Basics

  • SSH: Public Key Authentication

  • SSH: Secure Copy (scp)

  • SSH File System (sshfs)

File System Permissions#

From File System Permissions

  • Permissions: Mode, User and Group Ownership

  • Default Permissions: umask

  • SetUID Programs: passwd, sudo, …

Exercises from Exercises: File System Permissions

  • Exercise: Determine Your User Credentials

  • Exercise: Create Group-Shared File

  • Exercise: Create Private Directory

  • Question: Private Directory

  • Exercise: Create Public Directory

  • Question: Public Directory

Homework#

On Wednesday, we will start to program. Please make sure you have the following prerequisites installed:

  • In WSL, install the packages build-essential (C and C++ compilers) and cmake (a build tool at a higher level than make)

  • In Windows, install Visual Studio Code

On this page
  • SSH: Secure Shell
  • File System Permissions
  • Homework

© Copyright 2019-2025 (GPLv3), Jörg Faschingbauer.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.

Show Source