hi all i am new to linux and also to its terminal window.I know that terminal window is so powerful.but i know a little about its commands.So is their any effective way to learn terminal command on ubuntu.
feedback
|
migrated from stackoverflow.com Jun 21 '10 at 18:15
This question came from our site for professional and enthusiast programmers.
|
You could start with this, in your terminal window type the following:
This will give you a file with all the commands in the bin directory and a brief description of what they do. The file will be located in your home directory called CommandList.txt. Have a look at them. When you see a command that you are interested in type: man [command] This will open a manual on the usage of the command. | |||||||
feedback
|
|
The best way is to actually USE the terminal. Don't drop to a UI environment when you need to do something - rather do a Google search for the specific task at hand and do it in the terminal. In the beginning this well mean you spend more time in Google than typing commands. But that is ok; you'll quick learn the basics and feel more confident. Sorry, there is no real easy way to become a really good terminal user. | |||||||
feedback
|
|
The most important command to know is Type Other common commands are: | |||
|
feedback
|
|
bash has a Also take a look in /bin and /usr/bin. A bunch of the programs in those directories are standard stuff, and should have "man pages". Also, And of course, if all else fails, Google is your friend. Most importantly, once you figure out how to do something, practice doing it. Try to find better ways. Just copying and pasting and such won't help you learn much...it takes getting in there, exploring, trying stuff. | |||
|
feedback
|
|
Everybody is telling you to use
There's a step missing in between the question and the answer -- the one that links "directory listings" to In terms of actually learning UNIX (and UNIX-alike) shells and commands, you'd probably be best to pick up one of any number of books on the subject. I can't recommend any in specific, mind, given that I had to learn my shell stuff the hard way (read: the One of those friends in particular, however, is
See the various things talking about "list directory contents"? Those are candidates for a | |||
feedback
|
|
I always point newcomers here -- it's an excellent guide, I find, and it covers many topics. | |||
|
feedback
|