Question: Apart from the normal file permissions read, write, and execute, which we set with chmod and chown commands, there are special permissions such as SUID.
Apart from the normal file permissions read, write, and execute, which we set with chmod and chown commands, there are special permissions such as SUID. Normally in Linux OS when a program runs, it inherits access permissions from the logged-in user. However, SUID gives temporary permissions to a user to run a program or file with the permissions of the file owner rather than the user who runs it.
Respond to the following:
- Identify three commands that use SUID mode. Discuss why this is so?
- Identify the commands that are generally causing the highest load on your system and discuss your perspectives on why they cause such a load. Discuss your perspectives on the considerations system administration must give while using these commands.
Step by Step Solution
3.54 Rating (151 Votes )
There are 3 Steps involved in it
Identify three commands that use SUID mode and explain the rationale behind their SUID privileges passwd The passwd command allows users to change their passwords As password changes require elevated ... View full answer
Get step-by-step solutions from verified subject matter experts
