Elucidate on the different ids used in the unix process?
Answer / Swamjeet Singh
In Unix, the following are the different process IDs:
1. Process ID (PID): A unique identifier assigned to each running process.
2. Parent Process ID (PPID): The PID of the process that created it.
3. Session ID (SID): Identifies a collection of processes belonging to the same session, which share an environment and a terminal.
4. Job ID: Identifies a group of related processes managed as a single job by the shell.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to remove certain lines from a file in Unix?
Give a brief idea about representation of devices in unix.
What is unix kernel?
How do you kill a job in unix?
What is grep|sort give example?
Write a script that prints out date information in this order: time, the day of week, day number, month, year(sample output: 17:34:51 pdt sun 12 feb 2012)
What is unix kernel explain it?
Write down some common shells with their indicators?
What are shell variables?
What does sort do in unix?
How do we change file access permissions?
What are the devices represented in unix?