|
Related Questions |
View Answer |
 |
What are the process states in Unix?
|
View Answer |
 |
What is a zombie?
|
View Answer |
 |
How can a parent and child process communicate?
|
View Answer |
 |
How can you get/set an environment variable from a program?
|
View Answer |
 |
List the system calls used for process management:
|
View Answer |
 |
Predict the output of the following program code main() { fork(); fork(); fork(); printf("Hello World!"); }
|
View Answer |
 |
Predict the output of the following program code main() { fork(); printf("Hello World!"); } |
View Answer |
 |
Explain fork() system call.
|
View Answer |
 |
What are various IDs associated with a process?
|
View Answer |
 |
Brief about the initial process sequence while the system boots up.?
|
View Answer |
 |
How shared memory are accessed if we have two processors?
|
View Answer |
 |
Which tool would you use to update Debian / Slackware /
|
View Answer |
 |
Which distro you prefer?
|
View Answer |
 |
Why do we have serial and parallel interface?
|
View Answer |
 |
Which Linux distros do you have experience with ?
|
View Answer |
 |
What are the Advantages and disadvantages of script?
|
View Answer |
 |
What does route command do?
|
View Answer |
 |
What is symbolic link in unix ?
|
View Answer |
 |
Which is the fastest IPC mechanism and why ? |
View Answer |
 |
List the known facilities for interprocess communication in Linux? |
View Answer |