fatrace
Verified for current stable LTS
Fatrace Command: Limit Output To Specific Program
Use for limit output to specific program with Fatrace. Exact CLI syntax to limit output to specific program using Fatrace.
When to use this: Use for limit output to specific program with Fatrace.
Command Syntax
sudo fatrace -C <program_name> sudo fatrace -C <program_name> Live Command Builder
Final Command
sudo fatrace -C <program_name> Command Breakdown
-C- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to limit output to specific program using Fatrace.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Fatrace Command: Add Timestamps To Output
sudo fatrace -t Fatrace Command: Report File Access Events All Mounted Filesystems sudo fatrace Fatrace Command: Report File Access Events Current Directory Mount sudo fatrace -c Tar Command: Create A Gzipped Archive From A Directory Using Relative Paths tar czf <path/to/target.tar.gz> -C <path/to/directory> . Tar Command: Extract A Compressed Archive File Into The Target Directory tar xf <path/to/source.tar[.gz|.bz2|.xz]> -C <path/to/directory>