In UNIX accounting, what two categories is **Process CPU time** divided into? --- ⏰ 1. **System Time**: Time spent executing OS/kernel-level calls. 2. **User Time**: Time spent executing the application's own code.