CS Notes

Recent writing

  • Systemd

    Oct 21, 2025

    • OS
    • bash
  • Python Iterable vs Iterator vs Generator

    Oct 15, 2025

    • python
    • programming
    • OS
  • Python Behavior

    Oct 15, 2025

    • python
    • OS
    • programming

See 651 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Jump Trading, Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

OS

❯

Process

❯

Process Control Block (PCB)

Process Control Block (PCB)

36 words, 1 min read
Last updated on Apr 08, 2024
🌟 Edit This Page!   🗓️ History

  • OS
Xinyang YU

Abstract


  • Contains metadata of the Process Resources, so that Process (进程) can be stopped and then restarted later as if it had never been stopped

Process Table


  • A Array of Process Control Block (PCB)
  • Abstract
  • Process Table

Mentioned by

  • cs2106 nus notes
  • CPU Scheduling Techniques
  • Interrupt Handler
  • Context Switch
  • Process (进程)
  • Process Control Block (PCB)
  • Process Creation and Termination in POSIX Systems
  • Thread

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub