UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 9f052430 authored by Anthony Collins's avatar Anthony Collins
Browse files

gensite

parent 0beb2077
Branches
No related merge requests found
Pipeline #118488 passed with stages
in 34 seconds
......@@ -693,7 +693,7 @@ NOTE: The root account can still delete the file if it wants to.
==== 3.5.2 Special Permissions : SUID and SGID
When an executable is ran in Linux, it runs with the permissions of the user who started it. However, SUID and SGID change that to force the executable to run as the *owning user or group*. These permissions are represented as `s` in the *User* or *Group* field of `ls- l`.
When an executable is ran in Linux, it runs with the permissions of the user who started it. However, SUID and SGID changes that to force the executable to run as the *owning user or group*. These permissions are represented as `s` in the *User* or *Group* field of `ls- l`.
.*SUID and SGID Demo*
[source,bash]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment