1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 12:33:50 +02:00

chcpu: add page (#2962)

This commit is contained in:
lbonanomi 2019-05-01 10:58:23 -04:00 committed by Starbeamrainbowlabs
parent da2344c7a5
commit c03137946c

11
pages/linux/chcpu.md Normal file
View file

@ -0,0 +1,11 @@
# 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}}`