From d64b0d334c826796ffb99be873931a1a2f20eab9 Mon Sep 17 00:00:00 2001 From: waldek Date: Thu, 7 Jul 2022 09:14:29 +0200 Subject: [PATCH] starts setuid --- essential/introduction_to_administration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/essential/introduction_to_administration.md b/essential/introduction_to_administration.md index aecb0e3..94dfd11 100644 --- a/essential/introduction_to_administration.md +++ b/essential/introduction_to_administration.md @@ -627,6 +627,14 @@ If you want to dig into it I suggest [this](https://wiki.debian.org/Permissions# > The first of the 4 octal digits which represent permissions contains the setuid and setgid bits. These can be used to override some of the defaults described above but it is not worth getting into details other than to note that the user private groups project collaboration idiom (see below) depends on the behavior of the setgid bit. +## Advanced permissions + +| type | value | +| ---- | ----- | +| sticky bit | 1 | +| setgid | 2 | +| setuid | 4 | + ## Essential programs Below is a small list of often used programs when dealing with file permissions.