Results 1 to 7 of 7
Is there a place where I can get a list of all shell commands?
Your help is appreciated!
Thanks in advance,
R...
- 08-28-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 6
Where do i get list of shell commands?
Is there a place where I can get a list of all shell commands?
Your help is appreciated!
Thanks in advance,
R
- 08-28-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Check out the SuperMan pages at:
LinuxCommand.org: Learn the Linux command line. Write shell scripts.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 08-28-2007 #3
Google.
Google... search for "Linux Commands"
- 08-29-2007 #4
Some very useful commands that are build in to the system.
One or more letters followed by tab lists all commands beginning with those letters.
Pressing tab twice in a terminal gives all commands.
And with <apropos> followed by keywords it lists commands that have to do with those keywords.Can't tell an OS by it's GUI
- 08-29-2007 #5
And if you need to know the options following that command, chances are there are manpages built into your system for them.
Ex. for mkdir:
testbox:~ # man mkdirI praise Webmin and PuTTy!
Registered Linux User: 439431
- 08-29-2007 #6Regards,
who |grep -i blonde |
date; cd~; unzip; touch;
strip; finger; mount; gasp;
yes; uptime; umount;
sleep

Newbie clicks
http://www.linuxforums.org/forum/lin...ead-first.html
- 08-29-2007 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
I posted a good commands list link above, but here's another one that I should have included:
Linux Command Directory: Indexoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote
