adspace


Unix General Interview Questions
Questions Answers Views Company eMail

how to kernel protected memory?

1 2474

What is output of the following?

ABC,

1 5026

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?

Vector India,

1 4987

Why 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 3769

Consider 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 4741

What 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 4381

Explain 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.

2 5240

i 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!

Sapient,

1 13505

Assume 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?

Accenture,

1 6206

I 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

Cap Gemini,

1 3615

"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 ?

Cap Gemini,

2 4795

A process is running for 1000 times.How to kill all processes except one i.e kill 999 processes?

Subex,

1 3809

How to restrict NULL value in UNIX

1 1636

If 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?

Apps Associates,

1 1535

What is the command to connect to remote terminals

Apps Associates,

1 1109


Post New Unix General Questions

Un-Answered Questions { Unix General }

How can you edit a large file without opening it in unix?

988