Thursday, March 12, 2009

Introduction

Any experienced Linux user would tell you that although Linux do come with a very efficient GUI, but the real power of Linux lies in its terminal-based commands. You don't know all the commands? Fret not. I don't think many people does. But what to do when you come across a new command or what if you want to use a command and don't know the syntax of using it?

This is not supposed to be an issue as the Linux OS is very properly documented.

This blog links to online manual pages of as many commands as I can gather. Please do note that I am providibg external links to other website(s) and hence aren't responsible for any error.

You can access the offline manual pages by typing the following in the terminal:
$man command

My other Ubuntu blog exists here.