
How to Use Taskset Command
To start with the “taskset” command, first, we need to know about process affinity. Process affinity is the scheduler property that helps to bind or unbind the process so that the process will run only with the allotted CPU. In Linux-like systems, there are multiple tools to set the affinity of the CPU of a […]