Linux Cheat sheets?

JengoJengo Pasco, WA | USA
edited September 2004 in Science & Tech
well, i was wondering if there were any cheat sheets out there? like one listing a whole bunch of commands and such for the console, that would be really useful, i just cant seem to find one

Comments

  • a2jfreaka2jfreak Houston, TX Member
    edited March 2004
    cheat sheet? Like what?

    ls is the equivalent to dir
    rm is the equivalent to del, except it can also delete directories
    cat will read the contents of a file to STDOUT
    then there other other things that work just like in DOS/Windows: more, pipe (|), redirectors (< >)

    Not that those are cheats, but those are some of the very basics of working with a linux system.
  • profdlpprofdlp The Holy City Of Westlake, Ohio
    edited March 2004
    Try this page.

    I'm a total noob, getting ready to try it myself. :vimp:
  • ShortyShorty Manchester, UK Icrontian
    edited March 2004
    A secret source I know... tells me that he may have alot of answers to questions regarding Linux... in the near future :cool:

    That's all I can say :vimp:
  • qparadoxqparadox Vancouver, BC
    edited March 2004
    That list prof posted is pretty decent. Remember at the command line you can always type: e.g. "man woman" to find out how woman works and what it does. ;)
  • ginipigginipig OH, NOES
    edited March 2004
    Googling came up with:

    [Unknown Sources]
    http://www.linuxhelp.net/guides/cheats/
    http://www.macdonald.egate.net/CompSci/linux.html
    http://riesling.chem.umn.edu/~mayaan/command.html

    [Known Source]
    http://www.justlinux.com/nhf/ (formerly Linuxnewbies.org <-- a wealth of information when I started out on Linux a few years ago)
  • Straight_ManStraight_Man Geeky, in my own way Naples, FL Icrontian
    edited March 2004
    The biggest cheat sheet of all:

    http://www.tldp.org/ (this is the Linux Documentation Project)

    Since you have Mandrake, look on the CDs and on your box for html helps, there is a mini-manual on the installation you did also. Unfortunately, my Mandrake install is not playing nice with the NIC on the new Intel mobo, so can't answer from within that to tell you where the printable docs are easily.... But, if you ask about what you want to do as best you can explaining where the hangup is, then I can help you get what you need to know. I have most of that printed out for 9.2.

    justlinux used to be for mostly newbies, the sysadmins and quite a few users became non-newbies and now call it justlinux.

    Also try, for Mandrake, http://www.mandrakeusers.org/index.php?showforum=29 for the FAQ, the cheat sheets in Linux often hide as Frequently Asked Questions forum areas or databases of archived thereads, and these are by Mandrake users to Mandrake users. In English.

    There is some older stuff at http://www.mandrakeuser.org/ but that site is now not maintained. Unfortunately the sysadmin, Tom Berger, did a vanishing act. His site code was custom HIM code.

    John D.
  • profdlpprofdlp The Holy City Of Westlake, Ohio
    edited March 2004
    qparadox wrote:
    ...at the command line you can always type: e.g. "man woman" to find out how woman works and what it does. ;)
    If that really works you should get a Nobel prize. :cheers:
  • edited September 2004
    Here is a really nice one I have found.....

    http://tiger.la.asu.edu/Quick_Ref/linux_quickref.pdf

    I like it the best, let me hear your replies.....
  • RobRob Detroit, MI
    edited September 2004
    http://linuxcommand.org/
    http://www.tldp.org/LDP/abs/html/

    The first is a good place to start, the second is a comfortable reference once you get more involved in the CLI.
Sign In or Register to comment.