Pipes support half duplex communication. But if we want full-duplex communications we should use two pipes between two processes. Is such situation can leads to deadlock? Write two scenarios that could leads to deadlock in such situations?
1 4838Why does the server parent need to close the connected socket returns from accept in a concurrent TCP server? What may happen if it does not do so?
1 3601Consider a TCP echo client which blocks on fgets which read input from standard input. If now the corresponding server process crashes, what will client TCP kernel receive? Can the client process receive that? Why or why not? How you solve the above problem?
1 4592What will happens when we don't call of bind()and listen() in a normal echo server ? Q.33 (b). What are the purposes of the three file descriptors on which the syslogd daemon listens and does I/O multiplexing?
1 4234Explain how and when a DNS request is solved when a user tries to surf to the site www.abcdeg.in .Assume the user machine uses a local name server and sits on another network other than www.abcdef.in.
1 5048i m putting 2.6yrs fake exp in oracle/unix production support i want to know some real time issues,like tell me the challenging issue u ever faced? my project is credit card application plz help me!
13367Assume that there are two different filesystems as /abc and /xyz. There is a file A under filesystem /abc which has to be linked to filesystem /xyz. Which link will you use - soft link or hard link? why?
1 6036I have one flat file,in this file how many columns are there i don't know,but one ename column is there , just i want to cut the surname, so how to cut the surname, any one know the answer please guide me ? ename ----- tapan kumar nayak bala murugan kutal chkrobarthy biswo My output is like that OUTPUT ------ nayak murugan chakrobarthy biswo
3483"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 ?
2 4630A process is running for 1000 times.How to kill all processes except one i.e kill 999 processes?
1 3661If we are terminated at the middle of the program execution in UNIX,what will happen to the program, it will continue running r terminate r the o/p will be send to your mail?
1421Post New Unix General Questions
Where is unix used?
What is $path in unix?
What is unix orphan process?
Why do we need unix shell scripting?
Is learning unix useful?
What is the difference between a single dot and double dot in unix?
What is the best free unix based os?
What language is unix written?
How to print/display the last line of a file in Unix?
What is a directory?
Was unix the first operating system?
How the Kernel handles the fork() system call in traditional Unix and in the System V Unix, while swapping?
Why is unix better than windows?
Explain about the directory representation in UNIX?
In what way the Fault Handlers and the Interrupt handlers are different?