Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

which

Show full path of command

Syntax

which [OPTION]... COMMAND...

Common Options

-aShow all matching paths
--skip-aliasSkip alias
--skip-functionsSkip functions

Common Examples

which python

Find python path

which -a python

Show all python paths

which node npm

Find multiple command paths

which java

Find java path

Related Commands

Related Tools

More Code & Dev Tools