PDA

View Full Version : Best way in learning the teriminal?



Somenoob
May 31st, 2007, 10:46 PM
Here's my preferred method:

Learning the basics(cd, moving around, wild cards, that sort of thing) mostly from usage and from popular tutorials. Then learn the more advanced CLI programs from "ls /bin/ and "ls /usr/bin" and then reading most of the manuals or at least the name and synopsis. That should cover it.

What's yours?

Bachstelze
May 31st, 2007, 10:47 PM
http://linuxcommand.org/

it's been a while, though :p

FuturePilot
May 31st, 2007, 11:21 PM
Time and experimentation

ynnhoj
May 31st, 2007, 11:24 PM
learn the basics (ls, pwd, cd, cp/mv/rm, more/less, man, etc...) from some kind of tutorial or textbook, and figure out the rest as you go with man pages, whatis/apropos, and google. for the sake of learning, try to find command-line solutions for things you would normally do from a gui.

reclusivemonkey
June 1st, 2007, 12:14 PM
Remove X ;-)

super breadfish
June 1st, 2007, 12:27 PM
I learn basics from http://linuxcommand.org/ and from the various problems I've had to fix over time.

There is also an O'Reilly book called "Linux Pocket Guide" which I've found a great reference.

Bachstelze
June 1st, 2007, 02:27 PM
Linux in a Nutshell is a very good reference too, though it won't exactly fit in your pocket :p

forrestcupp
June 1st, 2007, 02:57 PM
The best way is by screwing up your computer, then coming to the forum for help. Most things I know about computers came from learning the hard way.

runningwithscissors
June 1st, 2007, 03:29 PM
Write scripts to automate tasks. The better you know your shell, the less afraid you're of it.