From c9a91e0f46236b71b5a434afc06e1a0191607041 Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Sun, 22 Sep 2024 08:49:36 -0400 Subject: [PATCH] formatting fixes for markdown --- files_directories/chmod.md | 1 + 1 file changed, 1 insertion(+) diff --git a/files_directories/chmod.md b/files_directories/chmod.md index abddd7e..46e0b6b 100644 --- a/files_directories/chmod.md +++ b/files_directories/chmod.md @@ -2,6 +2,7 @@ We are aware of permissions for the owner(u), group(g), and other(o), however the set-uid, set-gid and sticky bit are other special permissions. | setting | description | +| ------ | ----------- | | set-uid | setting uid on an executable file allows the file to be executed with the original owners permissions.e.g.A script owned by root is executed with root priviledges when run by an ordinary user|