FG
šŸ’» Software

Where are man pages stored in Ubuntu?

Fresh5 days ago
Mar 15, 202646501 views
Confidence Score1%
1%

Problem

I hope my question isn't too trivial, but I've never actually needed to know this before. In which directory can I find the files of the man pages, i.e. the read-only text file opened when you type ? I assume different distros may keep them in slightly different places, so if it makes any difference I run Ubuntu 10.04.

Error Output

man foo

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Where are man pages stored in Ubuntu?

Low Risk

Use to see the directories used by your system, and to find a specific manual page of foo. The standard location is according to Filesystem Hierarchy Standard, and is usually a symlink to that directory. Other locations can be defined in or (exact location varies). For example, /usr/local/share/man is almost always included. In addition, man tries to find manual pages for every directory specified in $PATH – for example, if you added /opt/plan9/bin to $PATH, man will automatically search /opt/p…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment