This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0b7b454669
tldr
/
pages
/
linux
/
chcpu.md
185 B
Raw
Blame
History
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}}