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 |
How do you go to a directory in unix?
How do I run a .sh file in unix?
What unix is mac os based on?
Explain system bootup in unix.
What is unix environment?
What is difference between ssh v1 and ssh v2?
What do you mean by the protection fault?
Is mac unix based?
What is the use of -l when listing a directory?
How do I search for a grep file in unix?
Explain the different types of pathnames that are used in unix.
Is it possible to create new a file system in UNIX?