t---ignore Verified current stable Not installed?

T Ignore / Run Command Even If Setting Priority Fails

Run Command Even If Setting Priority Fails

T Ignore command syntax to run command even if setting priority fails. Copyable examples, output expectations, and common mistakes.

$
Terminal
ionice -t -n <priority> -p <pid>

Command Breakdown

What each part is doing

ionice
Base Command
The executable that performs this operation. Here it runs T Ignore before the shell applies any redirect operators.
-t
t| ignore
The value supplied for t| ignore.
-n
n| classdata
The value supplied for n| classdata.
<priority>
priority
The value supplied for priority.
-p
p| pid
The value supplied for p| pid.
<pid>
pid
The value supplied for pid.
-t
Command Option
Tool-specific option used by this command invocation.
-n
Command Option
Tool-specific option used by this command invocation.
-p
Command Option
Tool-specific option used by this command invocation.

Alternative Approaches

Comparable commands in other tools

Alternative tools for a closely related operation.