asked 8.8k views
0 votes
Which of the following identifiers associated with a process decide its privilege level?

1) uid
2) suid
3) euid
4) Cannot be determined

1 Answer

5 votes

Final answer:

The identifiers associated with a process that decide its privilege level are uid, suid, and euid.

Step-by-step explanation:

The identifiers associated with a process that decide its privilege level are uid, suid, and euid.

uid stands for user identifier and represents the user who executes the process. It determines the initial privilege level of the process.

suid stands for set-user identifier and is used to temporarily elevate the privilege level of a process when certain conditions are met.

euid stands for effective user identifier and represents the user whose permission is checked to perform specific actions within a process.

answered
User Adam Ernst
by
8.6k points