Question:
What is a good site/book that briefly goes over all linux commands ?
Katia T
2009-06-09 13:18:19 UTC
Some tools like grep, wget, etc can be used to do some amazing things with all the options and piping - what's a resource that'll go over cool stuff to do with these and that is less verbose than the man pages ?
Four answers:
anonymous
2009-06-11 17:31:06 UTC
This one doesn't cover all linux commands, but it will help you understand the command line.



http://linuxcommand.org
Brian F
2009-06-09 13:23:50 UTC
I've seen some "tips and tricks" books in the book store, check there. Also do a google for linux tips and tricks, etc. There are resources out there, just search for them....



If you want more on grep try searching for a "grep tutorial" etc.



Keep in mind that grep, wget etc. are NOT linux commands. Linux is only the kernel. The other programs are just other open-source commands that run under linux. Things like ls, delete, rm, cat... all just commands. The Linux kernel itself doesn't provide much in the way of commands. It is what allows the other commands to access your hardware, communicate with you and your computer etc.
?
2009-06-09 13:25:48 UTC
There are so many sites that publish Linux command references, that you should be able to find one that suits you simply by searching Yahoo! or Google.



That said, these are some good ones:



http://www.oreillynet.com/linux/cmd/

http://perpetualpc.net/srtd_commands_rev.html

http://www.pixelbeat.org/cmdline.html
Din
2009-06-09 13:24:36 UTC
O'Reilly's "Linux in a Nutshell", ISBN 0-596-00025-1



It's a self-labeled quick reference.



[edit]

Looks like this edition is out of print. They're up to 5th edition, ISBN 0-596-00930-5

[/edit]


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...