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:

  • less    less command examples less is very efficient while viewing huge log files, as it doesn’t need to load the full file while opening. $ less huge-log-file.log One you open a file using less command, follow… Read More
  • ifconfig ifconfig command examples Use ifconfig command to view or configure a network interface on the Linux system. View all the interfaces along with status. $ ifconfig -a Start or stop a specific interface using up and… Read More
  • mysql  mysql  command example mysql is probably the most widely used open source database on Linux. Even if you don’t run a mysql database on your server, you might end-up using the mysql command ( client ) to connect … Read More
  • kill kill command examples Use kill command to terminate a process. First get the process id using ps -ef command, then use kill -9 to kill the running Linux process as shown below. You can also use killall, pkill, xkill … Read More
  • gzip   gzip command examples   To create a *.gz compressed file: $ gzip test.txt To uncompress a *.gz file: $ gzip -d test.txt.gz Display compression ratio of the compressed file using gzip -l $ … Read More

2 comments:

  1. O od | openssl

    Q - quotaon | quotaoff | quotastats

    Z zcat | zgrep | zless | zip

    ReplyDelete