linux

User Login

User Name
Password
   
Forgot Password                  Sign Up

What's up ?

We value your feedbacks,ideas and your articles.Please navigate to the following links.

  • Feedback
  • I have an Idea
  • Advertise
  • The Article

    Would you like to post an article on this web site, then please navigaet here to do that.

    Submit an article

    Newletter SignUp

    Please register to receive a Newsletter.

    Register Here

    Linux Help

    To find out the Linux help in operating system,first you need to know about manual pages.

    Manual Pages

    Applications, utilities, and shell prompt commands usually have corresponding manual pages, these pages are also called as "man" pages.These "man" pages are nothing but "Linux Help".These "man" pages shows the reader available options and values of file or executable.

    Man Pages are structured in such a way that users can quickly view the page for information, which is important when dealing with commands.

    Using Man

    Man Pages can be accessed via shell prompt by typing the command man with following executable command.

    eg:man ls

    Reading a Man Page with the Shell Prompt

    To navigate the man page you can use the "arrow" keys or use the [Spacebar] to move down one page and [B] to move up. To exit the man page, type [Q]. To search a man page for keywords type [/] and then a keyword or phrase and press [Enter]. All instances of the keyword will be highlighted throughout the man page, allowing you to quickly read the keyword in context.