formatting fixes for markdown

This commit is contained in:
Ibrahim Mkusa 2024-09-22 08:49:36 -04:00
parent fa1342fdec
commit c9a91e0f46

View File

@ -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|