How can you get or set an environment variable from a
program?
Answer Posted / amit
to get environment variable execute getenv();
to set environment variable execute setenv();
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the condition required for dead lock in unix system?
Please explain fork() system call?
Max relax-able permission value with out giving write permission to others?
Explain linking across directories?
Which ipc is the fastest in unix?
Explain how do you execute one program from within another?
What is i-node numbers?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain the initial process sequence while the system boots up?
Explain the system calls used for process management?
Please describe the initial process sequence while the system boots up?
What is the full form of ipc?
Which ipc is faster?
What are the various schemes available?
What is fork()?