Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Good command listings? 4

Status
Not open for further replies.

MetsFan

IS-IT--Management
May 8, 2002
67
US
Does anyone know where I can download and printout a good listing for Linux commands. Eddie Martin
Network Support Technician

Email: Eddie@digitechcomputer.com

**Don't forget to mark post helpful if it helps to answer your question. It may come in handy for others as well**
 
I'm not sure your question can be answered as asked. The commands available on a Linux machine vary by what is installed on the system.

I looked at and noticed all the screenshots are from Win32.

Are you looking for the Linux equivalent of all the commands built into Microsoft's command.com? ______________________________________________________________________
Perfection in engineering does not happen when there is nothing more to add.
Rather it happens when there is nothing more to take away.
 
No the basic commands like copying files, changing directories ect.

Eddie Martin
Network Support Technician

Email: Eddie@digitechcomputer.com

**Don't forget to mark post helpful if it helps to answer your question. It may come in handy for others as well**
 
It's tough to answer this question because the "commands" in Linux are each individual programs that usually reside in /sbin or /bin. They can each be removed, modified, or added more or less independently of each other. Across the different distributions, some command line programs are identical, many are very similar, but many are found only in some distributions.

There is a "man" page (short for "manual") for almost every typical linux command line program. For example, typing "man ls" will give you documentation on the ls program.

has a complete reference library for linux, including many HOWTOs for switching from Windows to linux.
 
Here's a short list. All of them have a slew of options

ls - directory listing
cd - change directory
mv - move. Also used to rename
cp - copy
rm - remove
cat - similar to, but with greater functionality than, type in ms-dos
mkdir - make a directory
rmdir - remove a directory (can also be accomplished by issuing "rm -R" (recursive) on a directory name)
less - similar to "more", but does more.
pwd - print working directory.

Does this help? ______________________________________________________________________
Perfection in engineering does not happen when there is nothing more to add.
Rather it happens when there is nothing more to take away.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top