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:

  • ssh   ssh command examples  Login to remote host ssh -l jsmith remotehost.example.com Debug ssh client ssh -v -l jsmith remotehost.example.com Display ssh client version $ ssh -V OpenSSH_3.9p1, OpenSSL 0.… Read More
  • sort  sort command examples Sort a file in ascending order $ sort names.txt Sort a file in descending order $ sort -r names.txt Sort passwd file by 3rd field. $ sort -t: -k 3n /etc/passwd | more … Read More
  • shutdown   shutdown command examples Shutdown the system and turn the power off immediately. # shutdown -h now Shutdown the system after 10 minutes. # shutdown -h +10 Reboot the system using shutdown co… Read More
  • sed   sed command examples When you copy a DOS file to Unix, you could find \r\n in the end of each line. This example converts the DOS file format to Unix file format using sed command. $sed 's/.$//' filename … Read More
  • rm   rm command examples Get confirmation before removing the file. $ rm -i filename.txt It is very useful while giving shell metacharacters in the file name argument. Print the filename and get conf… Read More

2 comments:

  1. O od | openssl

    Q - quotaon | quotaoff | quotastats

    Z zcat | zgrep | zless | zip

    ReplyDelete