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 is ipc port?
what about the initial process sequence while the system boots up?
What is daemon?
About ln(linking)
What is an advantage of executing a process in background?
Explain the system calls used for process management?
How to get or set an environment variable from a program?
Explain what is the process id for kernel process?
Describe the initial process sequence while the system boots up?
what is the very first process created by kernell
How to know whether the message queue is empty or not.
What is unix ipc?