Process Management
taskset
Sets CPU affinity for processes.
Ubuntu
CentOS
Debian
Arch
SUSE
Slackware
Alpine
Fedora
Verified: 2025-09-09
Syntax
$taskset [OPTIONEN] MASK BEFEHL [ARG...]
Examples
$taskset -c 0-3 command
$taskset -p 0x1 1234
Typical use cases
?
Standard usage
taskset --help
Note
Binds processes to specific CPUs.
Export