Man pages are stored in /usr/share/man but this directory is not listed in $PATH environment
by Victor43 from LinuxQuestions.org on (#54RJQ)
What am I missing or doing wrong here ? The man pages on my system are stored in the /usr/share/man directory but why can you enter from the command line man chmod and bash displays the man page for chmod ? On my system there is no /usr/share directory nor is there a /usr/share/man directory specified in the $PATH environment variable.

