distcc
Verified for current stable LTS
Distcc Command: Display Version
Use for display version with Distcc. Exact CLI syntax to display version using Distcc.
When to use this: Use for display version with Distcc.
Command Syntax
distcc --version distcc --version Command Breakdown
--version- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to display version using Distcc.
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
Distcc Command: Compile Project With Make
make -j <parallel_jobs> CC="distcc <gcc>" Distcc Command: Compile Source File distcc <gcc> -c <path/to/source.c> -o <path/to/output.o> Distcc Command: Display Help distcc --help Distcc Command: Set Remote Hosts export DISTCC_HOSTS="localhost <ip1 ip2 ...>" Distcc Command: Show Current Hosts distcc --show-hosts