In Linux, both an executing process and the OS have their own stacks. When an executing process is interrupted, its program counter and processor status word are pushed onto the process' stack to save the process CPU state while the interrupt is serviced.
Group of answer choices
True
False