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 Commands

    Basic Linux Commands

    "ls" this command is used to list all the files in a directory or a sub directory. eg: ls -a

    "cat" cat is used to create a file in linux. cat > filename

    "cat" this command is also used for viewing a file content. eg: cat filename

    "mkdir" mkdir is used for creating a directory in linux. eg: mkdir directoryname

    "rmdir" this command is used for deleting an empty directory in Linux. eg: rmdir directoryname

    "cal" command is used for displaying the calender in shell prompt. eg: cal

    "date" this command displayst the date and time in shell prompt. eg: date