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 |
What are unix options?
How do you kill a job in unix?
Describe the term directory?
What are the phases of swapping a page from the memory?
what is the functionality of kernel in unix architecture?
How do you delete a file in unix?
Explain system bootup in unix.
I want to invest in learning things that will get me good jobs in future. But wondering if Unix knowledge is something that is a MUST have or is it better to do any Data-warehouse tool (cognos, Qclik view, ETL etc..). Please suggest me.
Explain superblock in unix.
What do you understand by the term filters?
How zip the file in unix?
What are the hidden files in unix?