mirror of https://github.com/CrimsonTome/tldr.git
233 B
233 B
chcpu
Enable/disable a system's CPUs. More information: https://manned.org/chcpu.
- 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}}