Amazon

Dec 20, 2009

Linux howTo: How to see Linux Unix command manual?

Question: How to see Linux / Unix command manual?

Answer:
Linux / Unix commands have built-in manuals. Just do the following command

user@penguin$ man top

man is a built in command for Linux. man will check if there is top document, if it has it will load the on-line manual pages in the command line.

This is the result of the above command:


top(1)                                                                                                                                          
NAME
       top - display and update sorted information about processes


SYNOPSIS
       top    [-a | -d | -e | -c ]
              [-F | -f]
              [-h]
              [-i ]
              [-k]
              [-L | -l ]
              [-o ] [-O ]
              [-p ] [-P ]
              [-R | -r]
              [-S]
              [-s ]
              [-T | -t]
              [-U ]
              [-u]
              [-W | -w]
              [-X | -x]
              [[-n] ]


Feel free to add a comment.

No comments:

Post a Comment