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 I remove 30 days old files in unix?
Who owns unix?
command to display different lines that are found when compare two files?
What is meant by the term nohup?
"ls" command is showing all the subdirectoary and files which are present in the current directoary, i want to cut only directoary name. How to cut only name ?
How to know the information about a file?
Is unix still around?
What is the difference between NFS 3 and NFS 4? What are new features added in NFS4?
What is unix full form?
What is the difference between a shell variable that is exported and the one that is not exported?
What methodology can be utilized to modify the password in unix?
How can you kill a process in unix?