50 Most Frequently Used UNIX / Linux Commands (With Examples) PDF
50 Most Frequently Used UNIX / Linux Commands (With Examples) PDF
Download Linux
Ubuntu Linux
Unix Linux
Tweet
This article provides practical examples for 50 most frequently used commands in Linux / UNIX. This is not a comprehensive list by any means, but this should give you a jumpstart on some of the common Linux commands. Bookmark this article for your future reference. Did I miss any frequently used Linux commands? Leave a comment and let me know.
More tar examples: The Ultimate Tar Command Tutorial with 10 Practical Examples
Print the matched line, along with the 3 lines after it.
www.thegeekstuff.com/2010/11/50-linux-commands/ 1/22
12/14/12
More grep examples: Get a Grip on the Grep! 15 Practical Grep Command Examples
More find examples: Mommy, I found it! 15 Practical Linux Find Command Examples
Print all lines from /etc/passwd that has the same uid and gid
$w - '''3=4 psw.x ak F : $=$' asdtt
More awk examples: 8 Powerful Awk Built-in Variables FS, OFS, RS, ORS, NR, NF, FILENAME, FNR
12/14/12
More diff examples: Top 4 File Difference Tools on UNIX / Linux Diff, Colordiff, Wdiff, Vimdiff
Order Files Based on Last Modified Time (In Reverse Order) Using ls -ltr
$l -t s lr
12/14/12
$gi ts.x zp ettt
More bzip2 examples: BZ is Eazy! bzip2, bzgrep, bzcmp, bzdiff, bzcat, bzless, bzmore examples
To view the file names located on the remote server before downloading, mls ftp command as shown below.
fp ms*hm t> l .tl /tts/etrshm fpetfaue.tl /tts/ne.tl fpetidxhm /tts/tetoshm fpetohrol.tl /tts/apeeothm fpetsmlrpr.tl /tts/sg.tl fpetuaehm
More ftp examples: FTP and SFTP Beginners Guide with 10 Examples
www.thegeekstuff.com/2010/11/50-linux-commands/
4/22
12/14/12
Restart a service.
#srieshrsat evc s etr
To view current running processes in a tree structure. H option stands for process hierarchy.
$p -f |mr s eH oe
If you want to quickly check how many GB of RAM your system has use the -g option. -b option displays in bytes, -k in kilo bytes, -m in mega bytes.
$fe re g ttl oa Mm e: 3 -+bfescce / ufr/ah: Sa: wp 3 ue sd 1 0 0 fe re 1 2 3 sae hrd 0 bfes ufr 0 cce ahd 0
If you want to see a total memory ( including the swap), use the -t switch, which will display a total line as shown below.
rms@aehlpo:$fe aehrms-atp~ re t ttl oa ue sd Mm e: 3648 560 1918 524 -+bfescce / ufr/ah: 453 732 Sa: wp 4016 007 0 Ttl oa: 7654 568 1918 524 fe re 1720 946 3906 017 4016 007 5746 943 sae hrd 0 bfes ufr 246 020 cce ahd 925 156
To displays only the processes that belong to a particular user use -u option. The following will show only the top processes that belongs to oracle user.
$tp- oal o u rce
More top examples: Can You Top This? 15 Practical Linux Top Command Examples
df -h displays output in human readable form. i.e size will be displayed in GBs.
www.thegeekstuff.com/2010/11/50-linux-commands/
5/22
rms@aehlpo:$d aehrms-atp~ f h Flsse ieytm Sz Ue AalUe Mutdo ie sd vi s% one n /e/d1 dvsa 2G 31 9 .G 2G 1%/ 4 2 /e/d2 dvsa 15 1G 4G 6G 4%/oe 8 2 4 hm
More kill examples: 4 Ways to Kill a Process kill, killall, pkill, xkill
It is very useful while giving shell metacharacters in the file name argument. Print the filename and get confirmation before removing the file.
$r - fl* m i ie
Following example recursively removes all files and directories under the example directory. This also removes the example directory itself.
$r - eape m r xml
Copy file1 to file2. if file2 exists prompt for confirmation before overwritting it.
$c - fl1fl2 p i ie ie
Note: mv -f is just the opposite, which will overwrite file2 without prompting. mv -v will print what is happening during file rename, which is useful while specifying shell metacharacters in the file name argument.
$m - fl1fl2 v v ie ie
While displaying the file, following cat -n command will prepend the line number to each line of the output.
$ct- /t/ortt.of a n eclgoaecn 1 /a/o/tp{ vrlgbm 2 msigk isno 3 mnhy otl 4 cet 06 ro um rae 60 ot tp 5 rtt 1 oae 6 }
You can also add this to the fstab for automatic mounting. i.e Anytime system is restarted, the filesystem will be mounted.
/e/d1/0 et dfut 02 dvsb u1 x2 eals
12/14/12
Revoke all access for the group (i.e read, write and execute ) on a specific file.
$cmdgrxfl.x ho -w iett
Apply the file permissions recursively to all the files in the sub-directories.
$cmd- u+w fl.x ho R grx iett
Super user can use passwd command to reset others password. This will not prompt for current password of the user.
#psw UENM asd SRAE
Remove password for a specific user. Root user can disable password for a specific user. Once the password is disabled, the user can login without entering the password.
#psw - UENM asd d SRAE
Create nested directories using one mkdir command. If any of these directories exist already, it will not display any error. If any of these directories doesnt exist, it will create them.
$mdr- dr/i2dr/i4 ki p i1dr/i3dr/
Start or stop a specific interface using up and down command as shown below.
$icni eh u fofg t0 p $icni eh dw fofg t0 on
www.thegeekstuff.com/2010/11/50-linux-commands/
7/22
12/14/12
When you want to search an executable from a path other than the whereis default path, you can use -B option and give path as argument to it. This searches for the executable lsmk in the /tmp directory, and displays it, if it is available.
$wees- - /m - lm hri u B tp f sk lm:/m/sk sk tplm
When a man page for a command is located under more than one section, you can view the man page for that command from a specific section as shown below.
$mnSCINNME cmadae a ETO-UBR omnnm
Following 8 sections are available in the man page. 1. 2. 3. 4. 5. 6. 7. 8. General commands System calls C library functions Special files (usually devices, those found in /dev) and drivers File formats and conventions Games and screensavers Miscellaneous System administration commands and daemons
For example, when you do whatis crontab, youll notice that crontab has two man pages (section 1 and section 5). To view section 5 of crontab man page, do the following.
$wai cotb hts rna cotb() rna 1 cotb() rna 5 $mn5cotb a rna -miti cotbflsfridvda ues(3 anan rna ie o niiul sr V) -tbe frdiigco als o rvn rn
View the content of the file in real time using tail -f. This is useful to view the log files, that keeps growing. The command can be terminated using CTRL-C.
$ti - lgfl al f o-ie
More tail examples: 3 Methods To View tail -f output of Multiple Log Files in One Terminal
One you open a file using less command, following two keys are very helpful.
CR+ fradoewno TLF owr n idw CR+ bcwr oewno TLB akad n idw
www.thegeekstuff.com/2010/11/50-linux-commands/
8/22
12/14/12
More less examples: Unix Less Command: 10 Tips for Effective Navigation
Execute a single command from a different account name. In the following example, john can execute the ls command as raj username. Once the command is executed, it will come back to johns account.
[ondvsre] s -rj- 's jh@e-evr$ u a c l' [ondvsre] jh@e-evr$
Login to a specified user account, and execute the specified shell instead of the default shell.
$s - 'HLNM'UENM u s SELAE SRAE
If you want to specify the mysql root password in the command line itself, enter it immediately after -p (without any space).
More rpm examples: RPM Command: 15 Examples to Install, Uninstall, Upgrade, Query RPM Packages
Once youve changed the system date, you should syncronize the hardware clock with the system date as shown below.
#hcokyth wlc ssoc #hcok-ssoct wlc -yth uc
www.thegeekstuff.com/2010/11/50-linux-commands/
9/22
12/14/12
The quick and effective method to download software, music, video from internet is using wget command.
$we ht:/ronod.oreog.e/oreog/aisngo-...a.z gt tp/pdwlassucfrentsucfrengo/ais321trg
More wget examples: The Ultimate Wget Download Guide With 15 Awesome Examples Did I miss any frequently used Linux commands? Leave a comment and let me know.
175
Tweet
Like
333
Share
Comment
{ 91 comments read them below or add one } 1 Shantanu Oak November 8, 2010 at 3:01 am Very useful list. But I guess the commands like du, scp and init should be included. I will also like to add that -S with ls will sort on size and -f with rm will forcefully remove files. The commands like shutdown, yum, rpm, whereis and whatis can be excluded. 2 mio November 8, 2010 at 5:42 am less is one of my most useful command. should be part of the list. 3 Madharasan November 8, 2010 at 5:48 am Hi Ramesh, Thank you !!!! Hope this article is a Deepavalli treat . Very Nice and Informative. Please prepare one more treat for Christmas and New year 2011. 4 rameshkumar November 8, 2010 at 5:49 am Excellent article for beginners like me..thanks.. 5 RO November 8, 2010 at 8:52 am I found this a good set of tips to pass on to a newbie on my team that is supporting a corporate application package, although I had to make the following distinctions for the Solaris servers we work on: commands in that list of 50 that do not work in Solaris (without adding extra packages at least): vim (only vi is included, and a much simpler editor than vim) shutdown (only for root Id, so you should not be able to use it do NOT try, if you can for some reason) service specific to root in Linux free parts of this command info can be had from several Solaris commands: vmstat, iostat, mpstat top use prstat in Solaris mount another one only for root (superuser) Id passwd our organization uses NIS for this kind of user management, and only via special requests whereis, locate use which in Solaris, although not as powerful mysql not installed yum, rpm RedHat Package Manager tools, so not relevant for Solaris ping available as /user/sbin/ping, and with significant differences from the Llinux version the linked tutorial shows, so check the Solaris ping man page ( man ping ) to see its syntax very useful for troubleshooting connectivity issues.
www.thegeekstuff.com/2010/11/50-linux-commands/
date only root Id can change the date/time normally one uses date command to view it, and there are many format options, so check man date and man strftime
10/22
12/14/12
date only root Id can change the date/time normally one uses date command to view it, and there are many format options, so check man date and man strftime for that formatting info. I think distinguishing at least superuser-specific commands in a separate list might be helpful, as well as Linux-specific commands like free (thinking I might see if I can make an alias to massage vmstat, iostat, and some others for a similar output would be useful). RO 6 Geoff November 8, 2010 at 9:39 am Great list thanks! I would add: nmap -sP nnn..nnn.nnn.0/24 There might be a better way, but I use it all the time for a list of ip addresses in use. 7 Shashi November 8, 2010 at 10:42 am Very useful list Thanks 8 Earl Jenkins November 8, 2010 at 11:41 am You missed my favourite usage of ps: ps -ef | grep procname Filters the ps output based on the given procname very useful to see if a particular process is running, or to find its pid. (Similar functionality is available via pgrep as well.) But this is a handy list, nonetheless. I suspect it will be showing up in a lot of Google searches. 9 Hamilton Jimenez November 8, 2010 at 12:59 pm This is a really nice article for everyone. I sent the link to every friend who know Unix/Linux. Thanks a lot! 10 ignazioc November 8, 2010 at 3:09 pm awesome! 11 dj November 8, 2010 at 3:31 pm Nice list. Possible additions: rsync nano (in vi category) sudo (in su category) apropos (in man category) who, whoami,groups whois exit or ctrl-d hexdump -C A side-note on `less`. If the user finds the need to edit the file they are viewer, they could use the `v` command. I do see in the man-page it says, The following four commands may or may not be valid, depending on your particular installation.. 12 Teresa November 8, 2010 at 6:05 pm A really helpful command that I use is watch. Instead of writing a while loop to run a command repeatedly, use watch. It runs the command you specify every 2 seconds (default interval). Running the command with -d highlights changes between each refresh. 13 Wuzzy November 16, 2010 at 5:03 pm In case you dont want tar to list the files it processed (because you want a clean terminal options: for creating a tar, use tar cf instead of tar cvf for extracting a tar, use tar xf instead of tar xvf for viewing a tar use tar tf instead of tar tvf 14 krushna December 28, 2010 at 7:28 am Thanks, It is very very informative .Examples are awesome. Thanks 15 sathiya January 1, 2011 at 6:35 am Test comment, please remove. 16 tom January 16, 2011 at 9:59 pm Title of this article is kinda inaccurate. Several examples arent so much UNIX/Linux as much as they are GNU tools. Also, the use of ssh -l ${USER} is kind of an archaic usage style. Using ssh $USER@${HOST} (or scp $USER@${HOST}) is a bit more common (at least in production UNIX or Linux) shops and has the value of saving you a couple keystrokes.
www.thegeekstuff.com/2010/11/50-linux-commands/ 11/22
]) from the
12/14/12
17 Vaishali February 8, 2011 at 3:28 am Nice list 18 anonymous February 8, 2011 at 10:57 pm Not that service command is a Red Hat command. For any Unix or Linux (including Red Hat) is via: {{{ /etc/init.d/sshd status /etc/init.d/httpd start or /etc/init.d/apache2 start /etc/init.d/nfs restart /etc/init.d/mysdl stop }}} As already mentioned since these act upon Daemons (or services) you need to be username root (or use sudo). 19 BHARATH March 9, 2011 at 11:45 pm THANKS FOR U.. GOOD EXPLAIN.. 20 joey March 24, 2011 at 2:07 pm very good tools for linux apprentices 21 Shelly May 18, 2011 at 9:27 am Thanks Ramesh! This is a very useful list for new Linux users to use for reference. Really gets you up to speed quickly! 22 highlandham June 14, 2011 at 3:38 pm Very useful to climb the cli knowledge ladder. 23 AR June 18, 2011 at 12:19 pm 1. tutorial on chkconfig? 2. how to set up a temporary and a permanent route? 3. how to check SAN? Thank You!! 24 Hima June 23, 2011 at 7:17 am Thanks for providing all useful commands as a single collection Thank U Sir, 25 joel August 1, 2011 at 3:40 am thanks very very very much please keep the good work going am so a beginner in linux for i am a oracle11g student those command are real helping me. please i would like to have more pleaseeeeeeeeeeeee in my email thanks alot 26 eliyas September 7, 2011 at 6:34 am Excellent! Very useful commands for me.TQ 27 Nalaka September 12, 2011 at 9:35 pm Dear Ramesh, Pls clarify, the way how can i create a descending order file(upon numeric column), where there are many columns in the lst file. Regards Nalaka 28 Another Brown Man September 20, 2011 at 2:56 pm You should include print commands like lpr, lpoptions, lpstat too 29 Dave AKA "8" October 13, 2011 at 2:27 am Thanks for a really great tute. I first learned to program Miniwaft via punchcards (Pascal), in 1974, but didnt like command lines, so never got round to looking at nix, or prompts. You helped me take the first steps. I really wanted to say thank you for writting such a great tutorial. Any chance of NMAP, Print, Whois topics, please Also, a litte tute on switches would be awesome. 30 Mihai October 15, 2011 at 8:57 am Super useful especially for a beginner in linux like MEEEEEEEEEEEEE Great post and thank you for your effort to create it Its really useful 31 John November 10, 2011 at 10:42 am Great list, Im in college and taking a few linux admin classes, and my teacher was trying to do a lesson on Crontab, but for whatever reason couldnt remember how to
www.thegeekstuff.com/2010/11/50-linux-commands/ 12/22
do it. I looked it up on here and was able to look smart in front of the whole class 32 Asif Bin Qadir November 18, 2011 at 11:53 pm Profound Regards & Thank you so much. 33 Stefan November 25, 2011 at 8:20 am Dont forget the cut command. cat /etc/passwd | cut -d: -f6 for example. 34 Bob Kraus December 2, 2011 at 1:22 pm What about the grep command? Amazingly powerful and helpful. Thanks for all the other examples 35 bob kraus December 2, 2011 at 3:02 pm Sorry about the previous grep comment it was at the top of your 50 and I missed it. Dooh! 36 prabinseth December 7, 2011 at 3:32 am i think it should be tar -cvf archive_name.tar dirname/ instead of tar cvf archive_name.tar dirname/ please correct me if i am wrong. 37 RO December 7, 2011 at 12:02 pm Re tar options format from the man page: The first argument to tar should be a function; either one of the letters Acdrtux, or one of the long function names. A function letter need not be prefixed with -, I have not used a dash prefix for a long time (maybe since it is not allowed (?) in Solaris version, which is what I use more than Linux for work like that). 38 vinayak January 2, 2012 at 3:40 am thanks you its very helpful, 39 sukhbir January 19, 2012 at 5:39 am Great Job!! 40 MYZJ forever... January 30, 2012 at 3:46 am thanks very much very excellent!!!! 41 Munish February 2, 2012 at 10:20 pm well done 42 foyufugfogfopu February 3, 2012 at 12:13 am great help 43 chandrashekar February 7, 2012 at 2:14 am too good, frehsers can learn many things from this 44 hemant February 7, 2012 at 10:24 pm thanks very much my its very helpful, 45 shesh nath February 9, 2012 at 11:20 pm this is very helpful suite according to me 46 Chamanlal February 17, 2012 at 9:34 am Ramesh, U r not a beginner bro.. 47 moses chisanga February 23, 2012 at 8:37 am
12/14/12
This is very good., am a bigginer but i know that very soon will be very far 48 Ramesh Velauthem March 9, 2012 at 6:32 am Really Very Usefull Commends Thanks 49 pubudu March 18, 2012 at 9:55 am Thanks Bro..awesome article very useful 50 Tb March 19, 2012 at 1:38 am this is awsome for begineers and thanks for that. 51 abhi March 22, 2012 at 3:17 pm Ramesh, Nice list. very helpful. Prabin seth, you are right. 52 sanvi March 30, 2012 at 4:03 am sudo command 53 moumita April 4, 2012 at 2:23 am Hi I have a question.How can I construct a pipe to execute the following? Output of who should be displayed on the screen with value of total number of users who have logged in displayed at the bottom of the list. Thankx Moumita 54 Rajendeer April 9, 2012 at 2:44 am Thnks 55 pathum April 9, 2012 at 2:59 am nice post i am really lucky to read this post,thanks. 56 Shradha April 9, 2012 at 12:53 pm too good,getting more infornation,Thx a lot 57 Welly April 26, 2012 at 9:06 pm thanks, really helpful. 58 Aslam May 3, 2012 at 6:59 am Thanks 59 Vijay May 13, 2012 at 1:40 am Very good explanation with examples. Can you provide just brief explanation about command eg, awk what is mean by awk ? (remembering purpose) Thank you! 60 Ashok May 14, 2012 at 10:50 am Thank u very much 61 Prr Suresh May 24, 2012 at 7:03 am Very useful to beginners like me. You might have included vim editor commands with its useful options and its subcommands 62 Vivek May 27, 2012 at 5:49 pm Hi, Does anyone know how I can install UNIX on my laptop to practice unix commands? Vivek. 63 Elex June 1, 2012 at 1:11 am @vivek Install one of the linux distribution on your system. Ubuntu will be good for you. If you want dual boot, Install ubuntu with WUBI that is windows based ubuntu installer. If you do not want dual boot, install virtual box on your windows and install ubuntu into it. You can find free ubuntu iso file on ubuntu-website. 64 Wes June 8, 2012 at 1:36 pm
www.thegeekstuff.com/2010/11/50-linux-commands/ 14/22
12/14/12
A good reference. Thanks! If you had links to each command on an index at the beginning, it would make it easier to drill down to each command. 65 b2 June 9, 2012 at 9:24 pm hmmm,,,really nice collection for beginners!!! 66 meena June 12, 2012 at 11:33 pm & command, nice command using linux with example 67 charan nm June 22, 2012 at 6:39 am very usefull 68 Ashok June 27, 2012 at 7:03 am Its amazing, very useful to me.. Thank u so much 69 Anonymous June 27, 2012 at 11:14 pm Hi Ramesh Excellent 70 Mikkh July 3, 2012 at 2:04 pm Yum and rpm only really apply to Red Hat/Fedora or rpm distributions shouldnt really be in this list IMO unless you also include the equally common apt for Debian distributions, emerge for Gentoo etc etc. A command I find useful is uname for finding out various bits of system info but mostly by me for what kernel is currently installed uname -r display kernel number installed uname -a display all uname info in one string uname -h help on all switches available 71 sanjeev July 5, 2012 at 5:54 am very nice collection for beginners 72 david July 9, 2012 at 7:22 am great collection. thanks alot 73 Ebby July 10, 2012 at 3:17 am hi, Could please help me in getting the UNIX code to display a message box if the file size is 85% full? 74 Ramesh July 17, 2012 at 3:23 am awesome bro. 75 Yogesh Choudhary July 19, 2012 at 1:00 pm Thank,its very help for freshers 76 seyi July 23, 2012 at 8:20 pm Work well done. I wish to know if there is a command that can be used to increase the space allocated to an application (e.g a simulator). Help with it. 77 Aravind Reddy Kaithy July 25, 2012 at 8:59 am Very good list, update more.. 78 satish September 6, 2012 at 12:58 pm thank you so much sir. 79 OM PRAKASH SINGH September 9, 2012 at 1:19 pm Hi Dear I found these commands are very useful and now I am studying. Actually where I am working there Linux, AIX6 and Solaris 10 server is used. I wanted to know how to connect tata photon in Red hat linux 5. Please help me. I shall remain thankful to you forever. thanks 80 pommuraj September 11, 2012 at 10:22 pm thank you. 81 Ramachandra September 12, 2012 at 1:29 am It is very use useful to all basic level unix guys..Good
www.thegeekstuff.com/2010/11/50-linux-commands/ 15/22
12/14/12
82 Durjoy September 27, 2012 at 12:01 am Thank U So much. It is very useful to us. More information expected. 83 Ramesh September 27, 2012 at 10:32 am Thanks a lot. If you write another article, please include the below commands. netstat tcpdump route ntpq nslookup, dig, host mail uptime 84 waleed butt October 11, 2012 at 12:44 am this is very useful..i learn many commands of linux from this.Thanx 85 snsn October 16, 2012 at 5:28 am Thanks a lot. 86 vinayak October 17, 2012 at 5:26 am More useful commands: echo pwd l whoami 87 MMR October 29, 2012 at 10:14 pm Great Collection Thanks 88 farhad November 2, 2012 at 12:46 am thanks. very good and usefull 89 Subrat N November 15, 2012 at 10:45 am Really, Great Collection.!!! Keep it up 90 Rahul SIngh November 28, 2012 at 1:15 am how to search in .tgz file without untar 91 Hareesh December 10, 2012 at 5:54 am very useful for us Leave a Comment Name E-mail Website
Previous post: Linux Strings Command Examples (Search Text in UNIX Binary Files) Next post: Linux modprobe Command Examples to View, Install, Remove Modules Sign up for our free email newsletter [email protected] RSS Twitter Facebook
16/22
Sign Up
www.thegeekstuff.com/2010/11/50-linux-commands/
12/14/12
EBOOKS
POPULAR POSTS
12 Amazing and Essential Linux Books To Enrich Your Brain and Library 50 UNIX / Linux Sysadmin Tutorials 50 Most Frequently Used UNIX / Linux Commands (With Examples) How To Be Productive and Get Things Done Using GTD
www.thegeekstuff.com/2010/11/50-linux-commands/ 17/22
12/14/12
30 Things To Do When you are Bored and have a Computer Linux Directory Structure (File System Structure) Explained with Examples Linux Crontab: 15 Awesome Cron Job Examples Get a Grip on the Grep! 15 Practical Grep Command Examples Unix LS Command: 15 Practical Examples 15 Examples To Master Linux Command Line History Top 10 Open Source Bug Tracking System Vi and Vim Macro Tutorial: How To Record and Play Mommy, I found it! -- 15 Practical Linux Find Command Examples 15 Awesome Gmail Tips and Tricks 15 Awesome Google Search Tips and Tricks RAID 0, RAID 1, RAID 5, RAID 10 Explained with Diagrams Can You Top This? 15 Practical Linux Top Command Examples Top 5 Best System Monitoring Tools Top 5 Best Linux OS Distributions How To Monitor Remote Linux Host using Nagios 3.0 Awk Introduction Tutorial 7 Awk Print Examples How to Backup Linux? 15 rsync Command Examples The Ultimate Wget Download Guide With 15 Awesome Examples Top 5 Best Linux Text Editors Packet Analyzer: 15 TCPDUMP Command Examples The Ultimate Bash Array Tutorial with 15 Examples 3 Steps to Perform SSH Login Without Password Using ssh-keygen & ssh-copy-id Unix Sed Tutorial: Advanced Sed Substitution Examples UNIX / Linux: 10 Netstat Command Examples The Ultimate Guide for Creating Strong Passwords 6 Steps to Secure Your Home Wireless Network Turbocharge PuTTY with 12 Powerful Add-Ons
My name is Ramesh Natarajan. I will be posting instruction guides, how-to, troubleshooting tips and tricks on Linux, database, hardware, security and web. My focus is to write articles that will either teach you or help you resolve a problem. Read more about Ramesh Natarajan and the blog.
Support Us
Support this blog by purchasing one of my ebooks. Bash 101 Hacks eBook Sed and Awk 101 Hacks eBook
www.thegeekstuff.com/2010/11/50-linux-commands/ 18/22
12/14/12
Contact Us
Email Me : Use this Contact Form to get in touch me with your comments, questions or suggestions about this site. You can also simply drop me a line to say hello!. Follow us on Twitter Become a fan on Facebook Copyright 20082012 Ramesh Natarajan. All rights reserved | Terms of Service | Advertise
www.thegeekstuff.com/2010/11/50-linux-commands/
19/22
12/14/12
www.thegeekstuff.com/2010/11/50-linux-commands/
20/22
12/14/12
www.thegeekstuff.com/2010/11/50-linux-commands/
21/22
12/14/12
www.thegeekstuff.com/2010/11/50-linux-commands/
22/22