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 01-31-2002, 10:31 AM   #1
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Rep: Reputation: 30
A good site to learn console commands


I am assuming I am calling the console by the correct name. ??

I am trying to learn as many commands as I can...however, I notice that almost no dos commands work at all... what is a good site to learn some basic linux commands? I have been searching the web and cant seem to find anything like that at all...

thanks for the help!
 
Old 01-31-2002, 10:40 AM   #2
inv|s|ble
Member
 
Registered: Dec 2001
Distribution: freeBSD, slack 9/10/current
Posts: 60

Rep: Reputation: 15
seeing as there are so many, and they can change depending on what all you selected to install, the best place to look is in /bin/ /sbin/ /usr/sbin/ /usr/bin/ and just sit back ls each dir, and then start man commandname and see what it does.
 
Old 01-31-2002, 10:44 AM   #3
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Original Poster
Rep: Reputation: 30
Not sure...

Did i understand correct: ls ? and man?

What is man for? I think i have figured out that ls is similar to dir in dos unless you meant something else...

What are the different main directories for? like /bin, /etc, and /root for instance?
 
Old 01-31-2002, 11:19 AM   #4
inv|s|ble
Member
 
Registered: Dec 2001
Distribution: freeBSD, slack 9/10/current
Posts: 60

Rep: Reputation: 15
ls means list, as in dir for dos/windows
man means manual, you will hear man pages a lot, meaning basically check the manual.
go here basic commands this is a list of the basic commands, along with there man pages for each, so you can get a general idea of what does what, and how to do it, before diving in with ls, and man.
 
Old 01-31-2002, 11:22 AM   #5
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
man stands for manual pages.. if you type man command name, it will show you the manual pages of that command..
/bin is where most commands are found
/etc is mainly for configuration files for your system
/root is your root home directory, like /home for regular users.

Do a search on "man pages" and it will bring up many sites that have links to pages containing commands and man pages for them.
 
Old 01-31-2002, 11:33 AM   #6
TacKat
Member
 
Registered: Jan 2002
Distribution: LFS
Posts: 90

Rep: Reputation: 15
The directory tree goes something like this:

/ - this is the "root" directory. It's the highest directory level
/bin - Holds important system binaries: ls, cp, mount, etc
/boot - contains files that are used to boot
/dev - contains all the devices that allows communication to the hardware
/etc - contains system configuration files
/home - contains the users' home directories
/lib - has various important system libraries
/mnt - holds the mount points of various drives and paritions (ie /mnt/floppy is like a: in dos)
/opt - I have no idea. Must not be too important
/proc - Holds information from the kernel about the system
/root - This is root's (the superuser) home directory
/sbin - Holds important system binaries that should only be used by root: checking filesystems, shutting down, etc
/tmp - Temporary storage space
/usr - Has a structure much like / but is for user level programs
/var - contains system logs, mail, printer spools, and so on
 
Old 01-31-2002, 11:52 AM   #7
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by TacKat

/opt - I have no idea. Must not be too important
its usually a place where you can install programs.. I think it stands for optional... but most place programs elsewhere...
 
Old 01-31-2002, 12:22 PM   #8
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Quote:
Originally posted by TacKat
The directory tree goes something like this:
That was nifty,

Chijtska,

You might want to pick up O'Reilly's Linux in a Nutshell. Between that book and the man pages, I really have never needed another reference for anything command line oriented.

Cheers,

Finegan
 
Old 01-31-2002, 02:29 PM   #9
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Original Poster
Rep: Reputation: 30
Found a decent book...

At CompUSA I found a good book that was very cheap... One of those learn linux in 24 hr type deals...

1 question tho....

how do you remove a directory when that directory has a number of files and/or directories in them? i have tried rm, rd, and rmdir but none of those will work....

thanks for the help
 
Old 01-31-2002, 02:35 PM   #10
TacKat
Member
 
Registered: Jan 2002
Distribution: LFS
Posts: 90

Rep: Reputation: 15
"rm -r"

The r stands for recursive. Check the man page on rm for other options. If you don't want to be asked about removing every file, use "rm -rf" but BE VERY CAREFUL, especially if you are doing that as root. One typo could wipe your whole filesystem.
 
Old 01-31-2002, 02:38 PM   #11
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Original Poster
Rep: Reputation: 30
Hope this doesnt snd too stupid...

Youdidnt just mean: rm -rf /root doing this as root and it would wipe out your entire system????!!!! man, thats a scary thought...
 
Old 01-31-2002, 03:00 PM   #12
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
yeah.. if you accidently typed rm -r / somedirectory, that would wipe out your / directory in which everything is under. notice the space after / and somedirectory... that is why you would want to be careful... and it should look like this rm -r /somedirectory if you wanted to just delete somedirectory.

Last edited by trickykid; 01-31-2002 at 03:01 PM.
 
Old 02-01-2002, 01:55 AM   #13
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
if you are talking about commands then

open konq and type man:/ in the location bar
 
Old 02-01-2002, 07:15 AM   #14
Chijtska
Member
 
Registered: Jan 2002
Location: High Falls, GA
Distribution: Mandrake8.2, FreeBSD, Solaris
Posts: 362

Original Poster
Rep: Reputation: 30
konq?

I typed konq... but got: no such command ?????

anyways...

I am looking for a command to find certain commands and programs...how do i do that in the console?
 
Old 02-01-2002, 09:15 AM   #15
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
The ability to lookup linux commands and definitions will be added to this site soon.

--jeremy
 
  


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
i want to learn the linux commands bloopy901 Linux - Newbie 7 02-13-2005 10:15 AM
Just a good thing to learn... paicolman LinuxQuestions.org Member Success Stories 1 11-02-2004 10:36 AM
What 3 commands all noobs should know/learn? ghost-03 Linux - Newbie 16 06-24-2004 05:46 PM
where can i learn basic linux commands rybing Linux - Newbie 7 12-19-2003 02:13 AM
It is good to learn everything but... eaglegst Slackware 5 12-04-2003 12:47 PM

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

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