April 2016
Beginner to intermediate
276 pages
5h 32m
English
In this chapter, we will discuss:
In Linux, normally a file has permissions of read, write, and execute. Apart from these permissions, it can also have special permissions, such as Set owner User ID (SUID) and Set Group ID up on execution (SGID). Due to these permissions, it is possible for a user to log in from their account and still run a particular file/program with the permissions of the actual file owner (which can be root also).
sXid is the tool for monitoring SUID/SGID on a regular basis. Using this tool, we can track changes in the SUID/SGID of files and folders.
To use the tool, we need to install the sxid package on our ...