Ways to Deal With a Frozen Linux System

1 When everything else fails, talk with the Kernel using SysReq 本文为摘录,原文为: https://linuxhandbook.com/frozen-linux-system/ 1 When everything else fails, talk with the Kernel using SysReq 有时,甚至切换到 TTY 也无法正常工作。整个系统都死了。但是不要放弃,很可能是一...

August 28, 2023

Linux Process States

1 The Linux Process States 1.1 Running or Runnable State (R) 1.2 Sleeping State: Interruptible (S) and Uninterruptible (D) 1.3 Stopped State (T) 1.4 Zombie State (Z) 2 Checking Process State 2.1 Displaying Process State Using ps 2.2 Using the top Command 2.3 The /proc Pseudo File 3 Summary 本文为摘录,原文为: https://www.baeldung.com/linux/process-states 1 The Linux Process States Running or Runnable (R) Uninterruptible...