mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
185 B
185 B
chcpu
Enable/disable a system's CPUs.
- Disable CPUs via a list of CPU ID numbers:
chcpu -d {{1,3}}
- Enable a set of CPUs via a range of CPU ID numbers:
chcpu -e {{1-10}}