set-user-id is related to (in unix)



set-user-id is related to (in unix)..

Answer / rithi

setuid short for set user ID upon execution is Unix access
rights flag that allow users to run an executable with the
permissions of the executable's owner. This is often used to
allow users on a computer system to run programs with
temporarily elevated privileges in order to perform a
specific task. While the assumed user id privileges provided
are not always elevated, at a minimum that is specific.
setuid and setgid are needed for tasks that require higher
privileges than those which a common user has, such as
changing his or her login password. Some of the tasks that
require elevated privileges may not immediately be obvious,
though — such as the ping command, which must send and
listen for control packets on a network interface.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Unix IPC Interview Questions

how to create tree of processes. one parent and 3 childs.

1 Answers   HCL,


Linking across directories?

2 Answers  


Explain linking across directories?

0 Answers  


Predict the output of the following program code main() { fork(); printf("Hello World!"); }

3 Answers  


What is an advantage of executing a process in background?

2 Answers  






Explain about daemon?

0 Answers  


What is ipc in unix?

0 Answers  


What are the process states in Unix?

11 Answers  


How to get or set an environment variable from a program?

0 Answers  


What are the system calls used for process management:

5 Answers  


What is i-node numbers?

0 Answers  


How to know whether the message queue is empty or not.

1 Answers   Fibcom, HCL,


Categories