feed-image  Delivered by FeedBurner  ISSN 1836-5930





Visitors Online

We have 82 guests online

Poll

Which of following tutorials would you like to see on the Linuxconfig.org?
 
Partner Linux Sites
TuxMachines
DebianAdmin
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
FreeSoftwareLinux
Jam's Ubuntu Blog
All For Linux

Linux Commands
Article Index

Here is a list of basic linux commands. This list of linux commands is not complete as there are many more linux commands available. However, it should make a good start for a beginner or intermediate linux administrator / linux user. All linux commands in this list include examples to demonstrate how the actual linux command works.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A


  • alias - create names or abbreviations for commands
  • apropos - search the manual page names and descriptions
  • at [man page] - queue, examine or delete jobs for later execution

B


  • bc [man page] - An arbitrary precision calculator language

C


D


E


F


G


H


I


J


K


L


M


N


O


P


Q


R


S


  • scp - secure copy (remote file copy program)
  • ssh - OpenSSH SSH client (remote login program)

T


V


  • vim - Vi IMproved, a programmers text editor

W


X


Y


  • yes [man page] - output a string repeatedly until killed
  • Z


    Share | Bookmark and Share Support Linuxconfig.org Site by Linking to Us

    Comments (4)
    • ch.venu gopal  - Pls. explain the following command

      i am new to this forum and in learning stage linux.I dont know how to write scripts. please explain the following command
      # nohup sh dunning_script_normal.sh > log.out &

    • lubos  - # nohup sh dunning_script_normal.sh > log.out &

      # nohup sh dunning_script_normal.sh > log.out &

      # -> running script as root
      nohup -> keep running the script even when I log out
      sh -> run shell script
      dunning_script_normal.sh -> the actual script file
      > -> redirect output
      log.out -> output will be stored in log.out file
      & -> release shell prompt when I run the script

    • prabhanja  - install command

      I'm using linux im home i'm not getting how to
      install any software in linux ..
      pls any one tell me how to install any software in linux

    • lubos  - Package management tools

      This depends on what linux you are using. For debian like distros start here:
      http://www.debian.org/doc/FAQ/ch-pkgtools.en.html

      and for redhat like distros start here:
      http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch- graphical-rpm.html

      lubos

    Write comment
    Your Contact Details:
    Comment:
    [b] [i] [u] [url] [quote] [code] [img]   
    Security
    Please input the anti-spam code that you can read in the image.