Suppose I move file from Drive C to D.
If I set the environment such OS will schedule processes as preemptive scheduling, would it be affect the speed of moving file?
I have heard that moving file is held in kernel, and while kernel(=OS) is still a process, my answer was yes
as context-switch could occurred.
Am I right? If I am wrong, I would like to know what I am missing.