Saturday, April 26, 2014

A-Z Index of the Mostly used Bash command line for Linux



A      awk



B      bzip2



C      cd       |     crontab      |      cp     |     chmod     |     chown      |     chage



D      diff      |      df      |      date



E      export



F      find     |     ftp     |     free



G     grep     |     gzip



H     history     |     hostname    |    head



I      ifconfig   



J     jobs    



K     kill



L      ls      |      locate     |     less



M     mv     |     mount     |     mkdir     |     man     |      mysql



N    nslookup



O



P     pwd    |     ps    |     passwd    |    ping



Q    



R     rm     |     rpm    



S     ssh     |     sed     |     sort     |     shutdown     |     service     |     su



T     tar     |     top     |     tail    



U     unzip     |     uname



V     vim



W    whereis     |     whatis     |     wget



X     xargs



Y    yum



Z






Related Posts:

  • whatis    whatis command examples Whatis command displays a single line description about a command. $ whatis ls ls             (1)  - list directo… Read More
  • yum yum command examples To install apache using yum. $ yum install httpd To upgrade apache using yum. $ yum update httpd To uninstall/remove apache using yum. $ yum remove httpd … Read More
  • wget   wget command examples The quick and effective method to download software, music, video from internet is using wget command. $ wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.1.tar.gz … Read More
  • xargs   xargs command examples Copy all images to external hard-drive # ls *.jpg | xargs -n1 -i cp {} /external-hard-drive/directory Search all jpg images in the system and archive it. # find / -name *.jpg -type… Read More
  • history   history command example Linux bash history keeps every command a user typed in the command line terminal into a file named .bash_history. Here is an example of Linux history command with no option running i… Read More

2 comments:

  1. O od | openssl

    Q - quotaon | quotaoff | quotastats

    Z zcat | zgrep | zless | zip

    ReplyDelete