Web Hosting Talk







View Full Version : Linux/SSH commands database?


NORRITT
01-24-2002, 10:50 AM
hello,

is there anywhere a database where all linux/ssh commands are described like done at php.net with php?

thank you

cperciva
01-24-2002, 11:11 AM
man man

Skeptical
01-24-2002, 11:22 AM
Originally posted by cperciva
man man

LOL good one cperciva!

NORRITT
01-24-2002, 11:26 AM
ok, tell me one more possibility, is there any? :blush:

akashik
01-24-2002, 11:48 AM
There's a book I recommend to people that might help you out (if you're into paper manuals :) )

Sam's 'Teach Yourself Linux in 10 minutes'

It's only 200 pages long so it's very easy to skim through, and has most of the commands you'll need written inside the back cover.

Or you could just get that whopping doorstop 'The Redhat Bible' and write your own list

Or, netsearch 'Linux Telnet commands' (instead of SSH)

Greg Moore

priyadi
01-24-2002, 01:11 PM
Originally posted by NORRITT
hello,

is there anywhere a database where all linux/ssh commands are described like done at php.net with php?

thank you

You don't need all those commands, there is no point of knowing all of their functions. You'll need them when you need them :)

But if you insist, press tab twice on a shell, then you'll see all the commands available for you.

NORRITT
01-24-2002, 01:13 PM
thank you guys!

Walter
01-24-2002, 05:02 PM
ok, there are some resources....
the 1 page linux manual at http://homepage.powerup.com.au/~squadron/
linuxnewbie.org at http://www.linuxnewbie.org/nhf/intel/commands/index.html
or http://www.linuxquestions.org/

NORRITT
01-25-2002, 10:35 AM
thank you, linuxquestions.org and its forum is a great ressource.