LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-13-2011, 01:09 PM   #1
dickcdavis
LQ Newbie
 
Registered: Mar 2006
Posts: 1

Rep: Reputation: 0
Where do I go to get a list of the command prompt commands.


I am new and would like to find out some of the commands used at the command prompt, like ls which is the only one I know at the time.
 
Old 10-13-2011, 01:15 PM   #2
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Hi -

There are many tutorials. Here are two links that might be helpful to you:

* Linux/Unix for DOS Users

* 8 Basic Ubuntu Commands for Beginners
 
1 members found this post helpful.
Old 10-13-2011, 01:25 PM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Rute User's Tutorial and Exposition

http://rute.2038bug.com/index.html.gz

§ 4. Basic commands http://rute.2038bug.com/node7.html.gz
 
1 members found this post helpful.
Old 10-13-2011, 01:31 PM   #4
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
ls /bin
ls /usr/bin/
ls /sbin
ls /usr/sbin
ls /usr/local/bin

etc

then

man <command>
 
Old 10-13-2011, 02:07 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
For beginners I would recommend http://linuxcommand.org/index.php
 
1 members found this post helpful.
Old 10-13-2011, 06:44 PM   #6
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
Following tutorials that are oriented to solving basic real-world problems is a much better approach to learning than simply following lists of commands. Firstly, the list is very long. Secondly, it isn't really a good idea to randomly just try them, without some kind of expectation for what they do (and most of which do many different things depending on how you apply them). Thirdly, your approach is something akin to learning a language by reading a dictionary.
Once you've gone through a couple of tutorials, you'll gain a grasp of a few important concepts, and will have learned a number of the key tools that are commonly used. From there, you can leverage your knowledge to expand the sphere of what you can accomplish, and start solving real-world problems for yourself.
A good place to learn command-line programming and scripting is by following threads in the LQ programming forum. There, you will see a plethora of real-world problems solved in numerous ways, and often accompanied by explanatory text about how the solution works, and/or why it is good (or bad). There is an abundance of expertise available to explain things, even if it is in a thread not started by you.

--- rod.

Last edited by theNbomr; 10-13-2011 at 06:45 PM.
 
Old 10-14-2011, 09:15 AM   #7
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
In bash, type the help keyword and you'll get a list of all built-in commands. Type help <command> and you'll get a short description of that command. Read the bash man page for more details.

In addition many of the common external commands like ls are provided by the coreutils package. info coreutils will give you a listing of them, and you can go on to browse the info manual for more detail, or call up the info or man page for each command separately.

Finally, the Advanced Bash Scripting Guide has a whole section on commonly-used commands here: http://www.tldp.org/LDP/abs/html/part4.html


Edit: I personally recommend this guide for learning the foundations of scripting. It covers all the basics and is easy-to-read.
http://mywiki.wooledge.org/BashGuide

Last edited by David the H.; 10-14-2011 at 09:18 AM.
 
Old 10-14-2011, 09:23 AM   #8
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Hi,

Here is a list that I give to newbies for gaining some understanding;



1 Linux Documentation Project
2 Rute Tutorial & Exposition
3 Linux Command Guide
4 Bash Beginners Guide
5 Bash Reference Manual
6 Advanced Bash-Scripting Guide
7 Linux Newbie Admin Guide
8 LinuxSelfHelp
9 Utimate Linux Newbie Guide

The above links and others can be found at 'Slackware-Links'. More than just SlackwareŽ links!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how execute a command in a list of commands bkcreddy17 Programming 4 06-24-2009 08:21 AM
startx command in FC7 reverts me back to the command prompt sriram87 Linux - Newbie 5 01-03-2008 11:18 PM
Key stroke/command to shut down x and go into the command prompt screen? Fear58 Linux - General 1 07-14-2004 07:14 PM
Getting to Lilo prompt to type commands Old Hat Linux Linux - Newbie 1 02-11-2004 05:17 AM
Konsole prompt/commands UB_KMA Linux - Newbie 4 07-12-2002 12:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration