LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   command overview? (https://www.linuxquestions.org/questions/linux-software-2/command-overview-352653/)

TranceDude 08-12-2005 03:05 PM

command overview?
 
hi

i'm a linux beginner and i'm looking for a list of handy commands for the terminal
Is there some list somewhere?
It's difficult to guess them all if you are just a beginner

Matir 08-12-2005 03:10 PM

Check out this list.

stabu 08-12-2005 06:33 PM

if you think having to guess the actual commands is hard, wait till you have to remember all the different options/switches they use :-D

reddazz 08-12-2005 06:47 PM

Take a look at linuxcommand.org.

Tinkster 08-12-2005 06:48 PM

Quote:

Originally posted by Matir
Check out this list.
Nice list - pitty that awk/gawk's brief description is just
wrong :) ... awk DOESN'T do in-place editing.

Quote:

Originally posted by stabu
if you think having to guess the actual commands is
hard, wait till you have to remember all the different
options/switches they use
A wise man once said: you don't need to know
everything - you just need to know where to find
it.

To the OP: have a look at
/bin
/sbin
/usr/bin
/usr/sbin
/usr/local/bin
/usr/local/sbin
/usr/X11/bin
to see pretty much all executables in your system. ;0

If something doesn't suggest anything about its
purpose use "man <filename>" to find out what
it does.


Cheers,
Tink


All times are GMT -5. The time now is 09:28 PM.