Differentiate between paging and swapping?
No Answer is Posted For this Question
Be the First to Post Answer
How do I grep recursively in unix?
What are the file permissions and access modes in unix?
How unix is used?
What do you understand by the term kernel?
What was unix originally written for?
Discuss briefly about the directory representation in unix.
Difference between the fork() and vfork() system call?
What language is unix written?
What is the difference between a single dot and double dot in unix?
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?
How to print/display the first line of a file in Unix?
following two file are file a file b 110 aab 330 xxl i want the output like file a fileb 110 xxl 330 aab give solution ?