chcpu: add page (#2962)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
da2344c7a5
commit
c03137946c
11
pages/linux/chcpu.md
Normal file
11
pages/linux/chcpu.md
Normal 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}}`
|
Reference in New Issue
Block a user