What are the various ids in unix processes?
Answer / Renu Saini
1. Real User ID (RUID): The user ID of the process when it was spawned.
2. Effective User ID (EUID): The user ID that the process is currently using for accessing system resources.
3. Saved Set-User-ID (SSUID): This ID is used when a program is executed with setuid permission, allowing it to run with the privileges of the owner.
4. Filesystem User ID (FSUID): The user ID that the process uses for accessing the file system.
5. Process User ID (PUID): The user ID that the kernel sees the process as.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a filter in unix? Give an example.
What is unix kernel?
How do I run a shell script in unix?
What does shebang mean in unix?
How to get the nth word of a line in Unix?
Why do we need unix shell scripting?
In what way the protection fault handler concludes?
How do you make programs portable on unix and dos under such circumstances?
What is unix and shell scripting?
What are states that the page can be in, after causing a page fault?
Describe file systems in unix?
What will happens when we don't call of bind()and listen() in a normal echo server ? Q.33 (b). What are the purposes of the three file descriptors on which the syslogd daemon listens and does I/O multiplexing?