1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 03:22:08 +02:00
tldr/pages/linux/chcpu.md
2019-05-01 15:58:23 +01:00

11 lines
185 B
Markdown

# 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}}`