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 does init do? What does inetd do?
Could you tell something about the Unix System Kernel?
Have you used VI editor?
What is default permissions for others in a file?
What steps are required to perform a bare-metal recovery?
What is the difference between > and >> operators?
fork()?
Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????
How to set Windows as Default OS when Dual Booting Ubuntu?
What are the read or write or execute bits on a directory mean?
What are permissions in UNIX?
Give the command to display space usage on the UNIX file system.