What is output of the following?
Answer / nouff
What is output of the following?
main()
{ int z=5;
if (fork()) {
printf("\t ISZC462 ");
z=10;
}
else
printf("Net Prog");
printf(" PID =%d Z=%d \n",getpid(), z);
exit(0);
}
Is the above code leads to zombies state? If your answer is
yes explain how and re-write
the above code to get rid of these states using signal?
| Is This Answer Correct ? | 1 Yes | 0 No |
Is windows unix like?
What is difference between SSH V1 and SSH V2? What are drawbacks of SSH V2?
What is Process id in unix?
What is necessary before running a shell script from the terminal?
How do I search for a grep file in unix?
What is difference between ssh v1 and ssh v2?
How to move a background job to forward?
Define the term directory?
Is the Process before and after the swap are the same? Give reason.
Enlist common shells with their indicators.
How do you switch from any user type to a super user type?
What are my options if I want to turn on security with a non-root server ID in a UNIX® environment?