How can you get or set an environment variable from a
program?
Answers were Sorted based on User's Feedback
Answer / amit
to get environment variable execute getenv();
to set environment variable execute setenv();
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vishal
Also one can set global system variable "environ"
variable are stored in name=value pair.
| Is This Answer Correct ? | 1 Yes | 3 No |
What are two different models of ipc differentiate both?
Describe the initial process sequence while the system boots up?
what is the process id for kernell process
Which ipc is faster?
What is an advantage of executing a process in background?
How to know whether the message queue is empty or not.
How do you execute one program from within another?
What is the full form of ipc?
Explain linking across directories?
What is the condition required for dead lock in unix system?
What is ln(linking)?
Explain a zombie?