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:
parent
da2344c7a5
commit
c03137946c
1 changed files with 11 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue