In general, man pages can be found by typing at the command prompt:
# manpath
To view individual man pages, type at the command prompt:
# manpath <command>
For example, if you would like to view the man page for emacs, type:
# manpath emacs
If emacs is not installed, the system will display a message that indicates this.
If emacs is not installed, resolve this issue immediately!!!! 🙂
To view man pages in emacs, select “M-x man” to change to this mode. Enter the command you need.
To view the listing in color, use “M-x woman”.