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)
        • Embedded Computing (STECE-2024)
          • Embedded Computing 1 (STECE-2024): Summer
            • Embedded Computing 1 (STECE-2024): Syllabus
            • Homework: cp-for-the-poor (2026-03-02)
            • Homework: PWM Controller (2026-03-16)
            • 2026-02-22: Intro: OS And C++ (Live Demo)
            • 2026-02-2{3,4}: Prepare Work Environment
            • 2026-03-02 (3VO): File I/O And Systems Programming, Homework
            • 2026-03-09 (3UE*2): File I/O (Homework)
            • 2026-03-13 (3VO): Git (SSH), C++ Intro
            • 2026-03-16 (3UE*2): Exercise: PWM Controller (TDD)
            • 2026-03-20 (3VO): cp-for-the-poor (Recap), C++ Intro
            • 2026-03-23 (3UE*2): PWM Exercise, Shell Exercise
            • 2026-04-20 (3VO): C++ Intro
            • 2026-04-20+2026-04-24 (3UE*2): C++ Exercise
            • 2026-04-27 (3VO): C++ / Exercise Recap / const / References
            • 2026-05-04 (3UE*2): Permissions: Bigger Exercise
            • 2026-05-11 (3VO): C++: Inheritance (Mocking A Sensor)
            • 2026-05-16 (3UE*2): Exercise Polymorphic Types
            • 2026-03-22 (3VO): C++ Inheritance, Revisited
      • Moving This Site From Github To codeberg.org/statichost.eu
      • 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
      • Kathi’s Schulaufgaben
    • Recipes
  • About
  • This Site
  • Work in Progress
  • Embedded Computing (FH Joanneum Graz)
  • Embedded Computing (STECE-2024)
  • Embedded Computing 1 (STECE-2024): Summer
  • 2026-05-04 (3UE*2): Permissions: Bigger Exercise

2026-05-04 (3UE*2): Permissions: Bigger Exercise#

Permissions: Missing Pieces#

See also

  • Permissions: Mode, User and Group Ownership, presented a while ago (2026-03-02 (3VO): File I/O And Systems Programming, Homework)

  • Programs: Execute Permissions

  • Directory Permissions

  • Shell Commands: Tuning Permissions

  • Shell Commands: Changing User/Group Ownership

Login On jfasch.bounceme.net#

  • Login name: firstname.lastname as in firstname.lastname@fh-joanneum.at

  • SSH public key is deployed ⟶ no password

    See SSH: Public Key Authentication for how to create a SSH key pair.

$ ssh -p 2022 joerg.faschingbauer@jfasch.bounceme.net

Exercise: Permissions#

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

  • FH/Moodle Quiz: Permissions

On this page
  • Permissions: Missing Pieces
  • Login On jfasch.bounceme.net
  • Exercise: Permissions

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

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.17.1.

Show Source