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 |
How do you list the files in an UNIX directory while also showing hidden files?
From command line how will you add a user account?
HOW DO CREATE A NFS FILE SYSTEM
how to create a file system quota in HP-UX?
Have you used VI editor?
How are devices represented in UNIX?
What is an incremental backup?
The very first process created by the kernal that runs till the kernal process is haltes is
What is ant_build.sh? Have u seen that file?
What does mknod do? What?s a named pipe?
How to connect oracle database from unix
6 Answers Cap Gemini, IBM, Wirecard,
How do you execute a UNIX command in the background?