3303-flashcards/hATaBiZQ - 3303/Cruy1IO9 - In UNIX accounting what two categories is Process CPU time divided into.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

226 B

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.