Rate this page del.icio.us  Digg slashdot StumbleUpon

How can I view man or info pages in the GNOME and KDE graphical environments?

by

The GNOME and KDE desktop environments included with Red Hat Enterprise Linux have built-in functionality for viewing system documentation.  In KDE, to get specific help on a command or configuration file type man: into the Konqueror location field, for example man:mkfs.ext3.  Some commands like grep use the "info" system for their documentation.  For these, enter info:.

In GNOME, locate the the Documenation Viewer by choosing from the menu System → Help.  Enter the command name into the search field, then choose manual page from the results.

5 responses to “How can I view man or info pages in the GNOME and KDE graphical environments?”

  1. tessitd says:

    I tried the GNOME tip on RHEL 5.0 and it doesn’t locate man pages just gives me results within the GNOME help system.

  2. tessitd says:

    OOPS, reading it more closely and I can now see the man pages. I read the KDE and GNOME directions and got them mixed up!

    Thanks :-)

  3. ritz says:

    I believe, this does not work with yelp on RHEL4.

  4. cornhead says:

    Thanks a lot – very helpful. Much nicer fonts to read in than a terminal windows, especially for long man or info page such as perl or bash.

    works well with Suse also, and I suspect any other *nix running gnome or kde.

  5. Vinay S Shastry says:

    In KDE, you can also use #command or ##command for man or info pages respectively.

    Ex:
    #ls opens man page for ls.
    ##gcc opens info page for gcc