Why kernel is known as the heart of unix os?
No Answer is Posted For this Question
Be the First to Post Answer
What are the main features of unix operating system?
What is the command to connect to remote terminals
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?
What is .sh file in unix?
Where unix is used today?
What is unix portability?
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?
Is windows 10 unix based?
How do you kill a job in unix?
Is mac a unix?
Difference between the fork() and vfork() system call?
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