Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
02-17-2007, 06:10 PM
|
#1
|
LQ Newbie
Registered: Jan 2007
Location: Katy, Texas
Distribution: Mandriva 2007
Posts: 5
Rep:
|
Linux Commands
I am sure this has been posted before, but I am looking for a site with almost every single Linux Command. I am new to Linux and would love to have a cheat sheet/site for commands in the terminal window. I have Mandriva 2007 and since I am new please do not try and talk me out of Mandriva because I have tried almost every big name Linux Distro and Mandriva is the one I like. But anyways, does anyone know where I can find a site for Terminal Commands? Thanks for the help in advance!
billymayday that is kind of what I am looking for, but I wish it had an explanation next to what each of them are so I can quickly see what each are.
Thanks wildar. On the bottom of the page I saw Linux Commands PDF and I found what I was looking for.
Last edited by a_newlinuxguy; 02-17-2007 at 07:05 PM.
|
|
|
02-17-2007, 06:14 PM
|
#2
|
LQ Guru
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678
Rep:
|
|
|
|
02-17-2007, 06:16 PM
|
#3
|
Member
Registered: Jan 2007
Distribution: Mandriva 2008, Mandrake 2005, Ubuntu 8.04.1
Posts: 239
Rep:
|
A fast google search for "linux commands" returned this result:
http://www.google.com/search?client=...=Google+Search
Is this what you are looking for?
|
|
|
02-17-2007, 08:20 PM
|
#4
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Quote:
Originally Posted by a_newlinuxguy
I am sure this has been posted before, but I am looking for a site with almost every single Linux Command. I am new to Linux and would love to have a cheat sheet/site for commands in the terminal window. I have Mandriva 2007 and since I am new please do not try and talk me out of Mandriva because I have tried almost every big name Linux Distro and Mandriva is the one I like. But anyways, does anyone know where I can find a site for Terminal Commands? Thanks for the help in advance!
billymayday that is kind of what I am looking for, but I wish it had an explanation next to what each of them are so I can quickly see what each are.
Thanks wildar. On the bottom of the page I saw Linux Commands PDF and I found what I was looking for.
|
Code:
man -k . | egrep "(1|8)"
Not necessarily all commands, but most likely everything
you have installed, anyway ;}
Cheers,
Tink
P.S.: It's OK to respond to peoples posts. Editing your
initial one will become very confusing for others (and
yourself, no doubt) in no time. :}
|
|
|
02-18-2007, 03:19 AM
|
#5
|
Member
Registered: Apr 2004
Distribution: Debian -unstable
Posts: 700
Rep:
|
Quote:
almost every single Linux Command
|
Should you have a Windows background: think of your request as asking for the name of ("almost") every single program that works on Windows. Quite a task, isn't it.
|
|
|
02-18-2007, 04:49 AM
|
#6
|
LQ Newbie
Registered: Feb 2007
Distribution: SuSE 11.1/11.0, Fedora, RHEL
Posts: 24
Rep:
|
Quote:
Originally Posted by introuble
Should you have a Windows background: think of your request as asking for the name of ("almost") every single program that works on Windows. Quite a task, isn't it.
|
I am surprised that it would be that many - after all, to what extent do you mean "every single program that works on Windows" - do you mean "every single program that works on Windows - natively" or "every single program that works on Windows - buggy"
|
|
|
02-18-2007, 05:22 AM
|
#7
|
Member
Registered: Aug 2005
Location: Greece
Distribution: Fedora
Posts: 45
Rep:
|
http://www.ss64.com/index.html
Maybe not every single command on the bash shell but a good collection complete with man pages on a much better layout than actually trying to man every command on your terminal screen
I particularly like the fact that for every command, it lists related bash commands and similar windows commands. Thats very useful if you have a moderate experience with windows batch files.
|
|
|
02-18-2007, 09:16 AM
|
#8
|
LQ Guru
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,861
|
A key thing to realize about Linux is that, when you "open a command-line window" or "switch to a command-line," you are interacting with a program called a shell.
But, like anything else in Linux/Unix, it's not "the shell" but rather "a shell." You have multiple choices.
Most commonly, the shell you'll be using is called bash. Therefore, when you are looking for help, look for help on "bash."
Also... look for help right here. In my opinion, this is one of the best Linux-oriented websites on the Internet.
|
|
|
02-18-2007, 09:41 AM
|
#9
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
|
|
|
02-18-2007, 11:47 AM
|
#10
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Code:
man -k . | awk '$2 ~ /1/ || $2 ~ /8/'
Had to modify the line since there's a few programs
that have 1 or 8 in either their name or the description :}
Cheers,
Tink
|
|
|
02-24-2007, 03:03 AM
|
#11
|
Member
Registered: Dec 2004
Location: London,UK
Distribution: Mandriva 2007
Posts: 156
Rep:
|
This is the only one for you - excellent site with all the answers
# http://www.oreillynet.com/linux/cmd/
Linux is great - so stick with it
|
|
|
02-24-2007, 05:28 AM
|
#12
|
Senior Member
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687
Rep:
|
I think nx5000 supplied the best ones as you don't need to flip through many web pages.
Someone else put up a good one where the bash link is to the page I have in my arsenal. But it is not straight to the point, still have to go to another page.
http://www.ss64.com/bash/index.html
|
|
|
03-06-2007, 06:55 AM
|
#13
|
Member
Registered: Aug 2003
Distribution: Redhat , Fedora Core4, DSL,Solaris
Posts: 49
Rep:
|
|
|
|
03-06-2007, 12:15 PM
|
#14
|
Member
Registered: Feb 2007
Location: UK
Distribution: Slamd 64, Slackware
Posts: 46
Rep:
|
'Linux commands'? So, you mean programs that run _only_ on Linux and no other *nix system?
That's a simple list, namely, er, none (probably).
Quote:
Maybe not every single command on the bash shell
|
The terminology here is confused. Programs are not 'shell commands', they are simply programs/commands.
'shell commands' are functions that are built into a shell. ls, cat, etc are not 'shell commands'.
Also, since new programs are being developed all the time, a comprehensive list is next to impossible, and will probably be out of date by the time you've downloaded it.
|
|
|
03-06-2007, 12:47 PM
|
#15
|
Member
Registered: Aug 2005
Location: Greece
Distribution: Fedora
Posts: 45
Rep:
|
Quote:
Originally Posted by iamnothere
Programs are not 'shell commands', they are simply programs/commands.
'shell commands' are functions that are built into a shell. ls, cat, etc are not 'shell commands'.
|
You are right of course. Still I think taking things so literally is not really necessary.
After all, linux is not an operating system. It's a kernel used by many GNU operating systems like Suse, Fedora and the like, which are linux-based. Yet one could ask on a forum "How can I do X on linux" or "Is there a program that does Y on linux" and we all understand what one means.
Shell commands (not in the strict sense that you meant it) is often used to refer to programs/utilities which have text-only output and are meant to be run from a shell, and for the most part (not necessarily), programs that are included with the OS and therefore work out of the box.
At least thats how I see it.
|
|
|
All times are GMT -5. The time now is 01:08 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|