HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

manpath — Determine the search path for manual pages. More information: <https://manned.org/manpath>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandsearchpathdetermineclimanpathfor
linux

Problem

How to use the manpath command: Determine the search path for manual pages. More information: <https://manned.org/manpath>.

Solution

manpath — Determine the search path for manual pages. More information: <https://manned.org/manpath>.

Display the search path used to find man pages:
manpath


Show the entire global manpath:
manpath {{[-g|--global]}}

Code Snippets

Display the search path used to find man pages

manpath

Show the entire global manpath

manpath {{[-g|--global]}}

Context

tldr-pages: linux/manpath

Revisions (0)

No revisions yet.