Assign a real-time FIFO scheduler to a process.
Section: Priority, Scheduling, and CPU Affinity
Set SCHED_FIFO policy
bash
bash
sudo chrt -f -p 50 1234Explanation
Assign a real-time FIFO scheduler to a process.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Priority, Scheduling, and CPU Affinity
Show real-time scheduler
Inspect real-time scheduling policy and priority.
Show or change affinity for PID
Inspect or update CPU affinity for an existing process.