LinuxQuestions.org
Visit Jeremy's Blog.
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 12-17-2003, 03:14 PM   #1
rybing
Member
 
Registered: Jun 2003
Posts: 40

Rep: Reputation: 15
Exclamation where can i learn basic linux commands


Where can i find a directory of basic linux commands, for example

i have a magazine cover disc with a few applications i would like to install onto my mandrake 9.1 installation

but i am unsure of how to do it

i am a total newbie when it comes to linux how can i install them

i have heard of the /configure and /make commands very briefly but i dont really understand them

can anyone here teach me the very basics of linux

i would be so gratefull
 
Old 12-17-2003, 03:17 PM   #2
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
http://www.oreillynet.com/linux/cmd/
 
Old 12-17-2003, 03:19 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
RUTE can help.

Also try going to Google Linux and querying any commands you are unsure of.

I have also seen links for a site which lists all Linux commands - I don't remember the site but some kind soul will no doubt post it.

Edit: see - as I was typing, up comes the link!
 
Old 12-17-2003, 09:08 PM   #4
twilli227
Member
 
Registered: May 2003
Location: S.W. Ohio
Distribution: Ubuntu, OS X
Posts: 760

Rep: Reputation: 30
Check out my sig below for a few tutorials on the use of the terminal and commands.

Last edited by twilli227; 12-17-2003 at 09:11 PM.
 
Old 12-17-2003, 09:55 PM   #5
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
You can also find some UNIX and Linux books here for more than just commands.
 
Old 12-18-2003, 06:36 PM   #6
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Make sure you install the documentation included with our distro. Aside from the man/info system. There is documentation on all the common commands that come with the KDE help program.

Installing a program from a tarball (.tgz or .bz) source package isn't difficult provided you don't have to track down a bunch of missing libraries, or if the libraries have version mismatches.

The README file that comes with the package will tell you which steps to take. Usually, it's simply:

Code:
tar xvzf <packagename>.tgz
This will uncompress the source files into a directory <packagename>
cd <packagename>
less README
# Always look at the included README file.  Sometimes installing is a little different.

./configure
# This checks if you have everything
#  installed you need to compile and run the
#  application.  And writes the Makefile.

make               
#  The make program reads the Makefile and compiles
#  the program.

su                      # You need to be root to have to write 
<password>               
# access to directorys such as /usr/bin 
# or /usr/local/bin, where most  
# programs will be installed.
make install
       # this will simply copy the program or library files 
       # to the target directories, where they will be run from.

The articles, in the magazine may also go over how to install the programs. Good Luck, and Have Fun!

Last edited by jschiwal; 12-18-2003 at 06:49 PM.
 
Old 12-18-2003, 07:08 PM   #7
fatgod
Member
 
Registered: Mar 2002
Location: Edinburgh, Scotland
Distribution: Suse 7.2, Gentoo 1.4, Solaris 9
Posts: 661

Rep: Reputation: 30
or search the site, this has been asked many times before, and some great stuff has been posted.
 
Old 12-19-2003, 02:13 AM   #8
rybing
Member
 
Registered: Jun 2003
Posts: 40

Original Poster
Rep: Reputation: 15
thanks all, given me something to keep me going

thanks
 
  


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
Linux Basic Commands rahimzai Red Hat 5 09-30-2005 05:22 AM
i want to learn the linux commands bloopy901 Linux - Newbie 7 02-13-2005 10:15 AM
Basic linux commands OtisLinux Linux - Software 6 03-03-2004 06:30 PM
basic linux commands... search? Mytherall Linux - Newbie 1 02-23-2004 06:52 AM
Basic commands in Mandrake/Linux Rave_T Linux - Newbie 3 08-03-2003 03:40 AM

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

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