Wednesday 18 May 2011

Linux Tutorials

About the tutorial

This tutorial will help all the people who need to learn linux command from scratch. The best way to improve on linux commands is by reading, understanding and practising  at least one command per day.

What is command?

A command is nothing but a program in your linux system. When we enter a command , linux identify the class path set for the command and execute the program.

Help for each command (info command)

To understand a command or to get more information about a command . A user can make use of info command.
Syntax : info <command>
Example: info mkdir
The above command in the example will provide detail information about mkdir command which is used to create a new directory. It will describe about all the options which we can use along with mkdir command.


Below are the list of important commands. Click on the command name to view its detail description
mkdircdrmdirrm
chmodlsllpwd
idchownuseraddusermod







No comments:

Post a Comment