What is Fork swap?
Answer / veerabrahmam guntupalli
fork() is a system call to create a child process. When the parent process calls fork() system call, the child process is created and if there is short of memory then the child process is sent to the read-to-run state in the swap device, and return to the user state without swapping the parent process. When the memory will be available the child process will be swapped into the main memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a pipe?
What are the files in /etc directory?
What steps are required to perform a bare-metal recovery?
What is the difference between Swapping and Paging?
win 3.1 is a
. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group
Have you used VI editor?
What scripting languages do you know?
fork()?
How are devices represented in UNIX?
HOW DO CREATE A NFS FILE SYSTEM
How to find the version details of unix? if any application is installed in unix OS how to find the version of that application is it possilbe or not? pls let me know cmd in detail.