Files
tldr/pages.zh/linux/chcpu.md

12 lines
240 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# chcpu
> 启用/禁用系统的 CPU。
> 更多信息:<https://manned.org/chcpu>。
- 通过它们的 ID 禁用一个或多个 CPU
`chcpu -d {{1,3}}`
- 通过它们的 ID 启用一个或多个 CPU 范围:
`chcpu -e {{1-3,5-7}}`