Create a UNIX style daemon process that will watch a folder and respond to specific file operations that occur in that folder. T
he daemon process will read its configuration parameters from a CONFIG file and then operate according to that configuration. The daemon process will also respond to several UNIX signals that will help control its operation. Once operational, the daemon will act on any files written to the folder that it is observing. When it detects a write, the daemon will immediately create a copy of the just written file and store that copy in a .versions subfolder. Each copy stored in the .version
The maximum number of physical memory accesses that may be caused by this single instruction is ; 3
This is because In the case of loading two values into R2 and R3 there is need for their memories to be accessed and after execution R1 value there will be a write back into memory hence another memory is also accessed and that makes the number of Physical memories accessed to be three(3) in Total