feed-image  Delivered by FeedBurner  ISSN 1836-5930





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 (8)
    • 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

    • Anonymous

      overwrite a file with garage making unrecoverable

    • lubos  - overwrite a file with garage making unrecoverable

      Hi, removing file by rm command does not delete the file from a filesystem. To get rid of this file almost completely a shred linux command can be used.

      shred command: DESCRIPTION
      Overwrite the specified FILE(s) repeatedly, in order to make it harder for even very expensive hardware probing to recover the data.

      usage:

      shred myfile.txt
      other tools:
      srm - secure remove (secure_deletion toolkit)
      sfill - secure free disk and inode space wiper (secure_deletion toolkit)
      smem - secure memory wiper (secure_deletion toolkit)
      sswap - secure swap wiper (secure_deletion toolkit)

    • Ashar Hasan  - to install a usb wireless internet device on UBUNT

      Hi can you tell me that how i can install USB WIRELESS DEVICE on my UBUNTU OR FEDORA(VM WARE)..i have run the driver of that company from which i have buy that wireless usb device but unable to install it..
      when i run that install file on ubuntu or fedora(VM WARE) It says to me that you must start the process from root,but i can't login to the root,why?i am unable to login from root when OS starts, one more thing i have install both linux OS in GUI mode,not in text mode..if you can help me out,i will be very thankful to you.

    • Lubos  - install a usb wireless internet device on UBUNTU

      Hi Ashar,

      fist you need to identify your usb device by lsusb command. The next step would be to check if your device is supported by ubuntu. Here is the list:
      https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported#Wire less%20USB%20Adapters

    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.