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 |
set-user-id is related to (in unix)
About ln(linking)
Please explain fork() system call?
Explain about daemon?
What is fork()?
Explain linking across directories?
In Unix inter process communication take place using?
How can you get or set an environment variable from a program?
What is a Daemon?
What are various IDs associated with a process?
What is the full form of ipc?
Explain fork() system call?