An Introduction to the Linux Command Line

Posted by on 12/02 at 02:11 PM Permalink
image

One persistent, though entirely unfounded myth about Linux is that you need to use the command line to do ... well, just about everything. That’s just not true. Window managers—like KDE, GNOME, or xfce—give you a fully-graphical way of carrying out any number of tasks.

That said, even a cursory knowledge of the command line can make your life in Linux much easier. Sometimes, it’s just faster and easier to jump out to the command line, perform a task, and then return to the warm coziness of your window manager. Like when? Say, for example, you want to archive a bunch of files in a directory. Using the command line utility zip is often quicker than using a graphical archiving tool.

Read Full Article Click Here

    Posted by $Bill  on  12/02  at  07:29 AM
  1. Regarding your “An Introduction to the Linux Command Line By Scott Nesbitt - Sunday, December 02, 2007”

    The following was stated:

    “So, to copy the file Your_Life_in_Web_Apps.pdf in your home directory to the directory eBooks, type cp Your_Life_in_Web_Apps.pdf eBooks/Your_Life_in_Web_Apps.pdf. You must always specify the target file name. If you don’t, the command won’t work.”

    This isn’t true on any *NIX I’ve used.

    You can leave the filename off and just specify eBooks as the target dir and the file will be copied to the eBooks dir.  It’s possible that he meant ‘path’ rather than ‘filename’ in which case it would be true as the second argument to cp is mandatory.

    I was surprised there was no mention of a shell in your commandline tutorial since the shell is what is actually processing the command line.

  2. Posted by F  on  12/02  at  08:28 AM
  3. "Let’s say you want to move to a directory called pictures, which holds your photos. Just type cd photos and you’re there.”

    Probably would be better to type the directory name you want to go to (in this case it’s actually pictures, not photos), not the one you’re thinking of.  smile

  4. Posted by Manuel A. MacLain  on  12/03  at  06:26 AM
  5. Your Tech-Tips article are excellent, thanks. However you are doing an even more commendable act by exposing Linux to your readers. Congratulations.

    Happy Hollidays

  6. Posted by njaneardude  on  12/03  at  09:00 AM
  7. Just installed Gutsy Gibbon to dual boot with my XP yesterday, this from a die hard double clicker. 

    Hope to master the commands and make me feel like a real Geek.

    Enjoyed the tips.

  8. Posted by Lee  on  12/03  at  01:14 PM
  9. Excellent!

    But I would like to see articles on how to install linux drivers and what utilities are available (and how to run them). I know there are many flavors of the above, but a rudimentary way to do so would be helpful.

  10. Posted by Pete  on  12/06  at  06:20 PM
  11. It is refreshing to see Linux being discussed and presenting commands to be able to get around would be very helpful. Thank you!

  12. Posted by steve  on  09/15  at  04:59 AM
  13. Great tutorial!!Exposing Linux is always good.Love your articles and please keep up the good work!!

  14. Posted by web design Minnesota  on  05/04  at  12:58 AM
  15. I like your tutorial,hence,exposing Linux on your post is refreshing and informative. Keep it up,

  16. Page 1 of 1 pages

Name:

Email:

Location:

URL:

Smileys

Remember my personal information

Notify me of follow-up comments?

Submit the word you see below:


<< Back to main