Is the Process before and after the swap are the same? Give reason.
Answer / Kuldeep Tiwari
No, the process is not exactly the same before and after swapping. Swapping implies moving pages of a process from physical memory to disk and vice versa. As a result, the page's contents may change, and the process's state might be altered due to factors like context switching or changes in the order of execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to use grep command to list find the records of a file containg 10 different strings
List the distributions of unix.
Discuss the mount and unmount system calls ?
How to display the contents of a file?
How is unix different from linux?
"ls" command is showing all the subdirectoary and files which are present in the current directoary, i want to cut only directoary name. How to cut only name ?
What does cd mean in unix?
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
What are internal and external commands in unix?
A process is running for 1000 times.How to kill all processes except one i.e kill 999 processes?
What is a unix file?
How do I delete files older than 2 days unix?