Answer Posted / 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 View All Answers
Explain what is the process id for kernel process?
What is the very first process created by kernel?
What is the condition required for dead lock in unix system?
What are two different models of ipc differentiate both?
Explain how do you execute one program from within another?
What is ln(linking)?
Which ipc is the fastest in unix?
Explain the system calls used for process management?
How to write the program on full-duplex communication on bidirectional?
Which ipc is faster?
Explain the advantage of executing a process in background?
What is ipc in unix?
Please explain fork() system call?
Explain the initial process sequence while the system boots up?
What is ipc port?