LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-10-2008, 02:56 PM   #1
katesfb
Member
 
Registered: Nov 2006
Posts: 58

Rep: Reputation: 15
use of the command line


Hi,
I have found that use of the terminal command line a very usefull tool for fixing or finding out various information about the system. HOwever i have never been able to find a document that lists all the avialable linux terminal commands. Is there such a document?

Cheers.
 
Old 12-10-2008, 03:05 PM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
http://letmegooglethatforyou.com/?q=linux+commands
 
Old 12-10-2008, 03:57 PM   #3
Hern_28
Member
 
Registered: Mar 2007
Location: North Carolina
Distribution: Slackware 12.0, Gentoo, LFS, Debian, Kubuntu.
Posts: 906

Rep: Reputation: 38
hehe.. a few to get you started:

“su” -Changes your terminal login to root
“sudo” -Allows you to execute a file as root while logged in as a user
“lshw” -Lists Hardware. Recommended to run as root
“dmesg” -Print or control the kernel ring buffer. Usually works as user or root
“ls” -Can do more than the 'dir' in dos
“lsusb” -Lists detected usb devices.
“lspci” -Lists detected pci devices
“lsmod” -Lists modules loaded on your system
“grep” -Filters information from some of the above commands
“fdisk -l” -Lists all current drives. (note -l is lowercase -L)
“uname -r” -Gives you your current kernel version (useful information)

use 'man (command)' for help and advanced uses

'q' quits man

Good Luck.

Last edited by Hern_28; 12-10-2008 at 03:59 PM.
 
Old 12-10-2008, 04:09 PM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
found this between my old files.
http://beginnerslinux.org/temp/commands.pdf

enjoy

Last edited by repo; 12-10-2008 at 04:15 PM.
 
Old 12-10-2008, 04:22 PM   #5
johnson_steve
Senior Member
 
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152

Rep: Reputation: 46
Uh, no. No such list can possibly exist because as you install new software it adds new commands. The lists provided could be very comprehensive lists of builtins or commonly installed utilities, but asking for a list of every possible linux command is like asking for a list of all insects in the amazon rainforest; no one has it. I've got a few that I know you don't have 'cause I wrote them and they only exist on my computers. There are plent more that you would need to discover and install to be able to use. If you want a list of the commands available to you on your system start with this:

Code:
ls /bin && ls /sbin && ls /usr/bin && ls /usr/sbin
that should give you most of the ones at your fingertips because that's where they live.
 
Old 12-10-2008, 04:56 PM   #6
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57
Quote:
Originally Posted by katesfb View Post
Hi,
I have found that use of the terminal command line a very usefull tool for fixing or finding out various information about the system. HOwever i have never been able to find a document that lists all the avialable linux terminal commands. Is there such a document?

Cheers.
Try this site.
http://www.pixelbeat.org/cmdline.html

There are many sites for command line tutorials. Search google and youtube, and you'll find plenty. The above link gives basic to advance commands.

-Cheers
 
Old 12-10-2008, 06:12 PM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
http://tldp.org

Look for:
Bash Guide for Beginners
Advanced Bash Scripting Guide
 
Old 12-10-2008, 07:02 PM   #8
lumak
Member
 
Registered: Aug 2008
Location: Phoenix
Distribution: Arch
Posts: 799
Blog Entries: 32

Rep: Reputation: 111Reputation: 111
try xman

And if you have money, buy "Linux in a nutshell" but don't pay over $20. You can probably find an old edition at Fry's Electronics in the bargain bin.

Last edited by lumak; 12-10-2008 at 07:04 PM.
 
Old 12-11-2008, 02:57 AM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Other resources:
http://rute.2038bug.com/rute.html.gz
http://www.grymoire.com/Unix/Sh.html
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a single command to list all hardware installed (command line)? davee Linux - Hardware 6 02-28-2009 07:19 PM
My error in mkisofs command to make a command line iso mg92865 Linux - Newbie 1 06-20-2008 11:43 AM
xine command line? or some other command line only engine? lumix Linux - Software 2 08-10-2007 10:46 AM
Command to output file content line by line aznluvsmc Programming 2 09-12-2004 07:45 PM
51 characters only in the 1st Line of command line eggCover Linux - General 2 07-29-2004 01:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:37 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