set-user-id is related to (in unix)
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 |
Explain what are the system calls used for process management?
What is semaphone?
Please describe the initial process sequence while the system boots up?
What Happens when you execute a command?
In Unix inter process communication take place using?
What are the system calls used for process management?
set-user-id is related to (in unix)
Which ipc is the fastest in unix?
what is the process id for kernel process?
8 Answers IBM, ITI, Military Engineer Services, Remo, TATA,
Explain the advantage of executing a process in background?
What is the full form of ipc?
How to know whether the message queue is empty or not.