Slashdot Mirror


Unix Command 'Cheat Sheets'?

WCLPeter asks: "One of the things that I like about Linux is that once it's set up properly it tends to stay that way. I have had experience using Linux as I've set up a firewall for my xDSL line, but that was a while ago. Like all things, if you don't use it often, you forget how to use it. Which is what has happened to me. As I prepare to install a Slackware 8.0 ISO so I can play some Loki games I bought I wondered: Is there a Unix cheat-sheet?" If you were going to create such a cheatsheat, what commands would you have in it? Of course, you can't get all of the Unix commands on a single sheet of paper, but probably enough of them to at least get a new user confortable with navigation and file operations.

"I'm sure you all know the type. When you buy a book on a program/OS/Programming Language, it usually contains a page that lists all the functions or commands followed by a simple 1-2 line description of that command.

Something along the lines of:
ls: Used to display a directory listing.
gcc: GNU C Compiler. Used to compile 'C' files into program code.
etc... - The list continues in this fashion.

I know I could read the various FAQ's. Most FAQ's unfortunately follow the 'FAQ A leads to FAQ B which leads to FAQ C which leads back to FAQ A' format. It would be so much easier for newer users to graze down a list of 50-100+ commands, find one that -looks- sort of like what I want to do and type
'man <command>' for usage information."

1 of 77 comments (clear)

  1. man by laymil · · Score: 2, Insightful

    just give them one command: man. its got all sorts of information about the commands.