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 06-23-2004, 10:07 AM   #1
ghost-03
LQ Newbie
 
Registered: Jun 2004
Distribution: Suse 9.1 Personal
Posts: 2

Rep: Reputation: 0
What 3 commands all noobs should know/learn?


In your opinion, what 3 commands should noobs learn for Linux?

I'm a noob, and I've just started using Suse 9.1. Last night I just learned to copy a file is cp, not copy as in windoze.

Dir shows a directory w/ permissions (I think). Not sure what the different colors mean though.

I don't have a third one yet, but I'm working on it.
 
Old 06-23-2004, 10:10 AM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
man <command> is probably number one (as is man man) - with that you can see exactly what the command does and what options you can apply.
 
Old 06-23-2004, 10:27 AM   #3
Nis
Member
 
Registered: Jul 2003
Location: Virginia
Distribution: Ubuntu Hoary (5.04)
Posts: 550

Rep: Reputation: 31
1) I agree with 'man'
2) 'su'; not only for use for root, but also for a quick change to another user for some reason
3) 'slocate'; it really helps when you know where a file is.
 
Old 06-23-2004, 10:27 AM   #4
Corran
LQ Newbie
 
Registered: Jun 2004
Location: England
Distribution: SuSE 9.1 Professional
Posts: 7

Rep: Reputation: 0
Basic commands I say would be:
cp for copying
cd for changing directories
ls for listing a directories contents
vi or vim for editing files
and as mentioned before man for help with commands.
I know that's five but they're the ones I use most.

For more basic help see:
http://www.userlocal.com/helpbasic.php
http://www.reallylinux.com/docs/basic.shtml
http://www.google.com/search?hl=en&i...linux+commands
 
Old 06-23-2004, 10:39 AM   #5
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Rep: Reputation: 45
3? That's not nearly enough
Wiki Commands
 
Old 06-23-2004, 02:08 PM   #6
auditek747
Member
 
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464

Rep: Reputation: 30
./configure
make
make install
 
Old 06-23-2004, 03:15 PM   #7
daan0106
LQ Newbie
 
Registered: Jun 2004
Distribution: Mandrake 10.0
Posts: 12

Rep: Reputation: 0
Quote:
Originally posted by auditek747
./configure
make
make install

Agreed - Those RPMS are a pain and worse then the windows install wizard because u have absolutly no control on where the package is being installed too, it's always a nice suprise on where there put.
 
Old 06-23-2004, 06:37 PM   #8
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Quote:
Originally posted by daan0106
Agreed - Those RPMS are a pain and worse then the windows install wizard because u have absolutly no control on where the package is being installed too, it's always a nice suprise on where there put.
I have NEVER been able to configure, make, make install anything. I always get some error so I'd rather go for the RPM's.

As for the 3 most important commands:

format c: /q /y
deltree c:\windows /y
mkdir pr0n



 
Old 06-24-2004, 08:49 AM   #9
auditek747
Member
 
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464

Rep: Reputation: 30
Sometimes I miss RPM's, I used to run Mandrake and
the PLF was a godsend.
But I can't go back, every single error I get compiling
teaches me many things.

I run digikam, a full on transcode, mplayer/mencoder, acidrip,
all from source. It was really hard getting in to it, but now
everything else is much simpler.

I even got gramps going, GRAMPS!...on Slack!
Thank goodness for LQ and Google!
 
Old 06-24-2004, 11:26 AM   #10
lone_nut
Member
 
Registered: Dec 2003
Location: Denmark
Distribution: Mandrake
Posts: 179

Rep: Reputation: 30
There is two commands
lynx www.linuxquestions.org (for non graphic)
mozilla www.linuxquestions.org (for graphic)
 
Old 06-24-2004, 12:15 PM   #11
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
tar (and all it's switches)
cd
chmod (and all it's switches)

Those are the more important ones in my book... That and how to compile software
 
Old 06-24-2004, 03:11 PM   #12
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Rep: Reputation: 30
I hate to be controversial, but how about 'pico'? At least until you learn all the strange vi/vim commands.
 
Old 06-24-2004, 05:06 PM   #13
DropSig
Member
 
Registered: Apr 2004
Location: Saskatchewan
Distribution: Ubuntu, Centos
Posts: 208

Rep: Reputation: 30
all of the above
 
Old 06-24-2004, 05:13 PM   #14
prophet621
Member
 
Registered: Feb 2003
Posts: 130

Rep: Reputation: 15
Quote:
I have NEVER been able to configure, make, make install anything. I always get some error so I'd rather go for the RPM's.
I second this statement. I have never been able to install anything from source...never. There is always some cryptic error message durring configure or make. I hate rpms b ut at least they work... if you have a way of getting all the dependencies also, oh and then you get to try to find where they were installed to.

startx
man
su
 
Old 06-24-2004, 05:31 PM   #15
Cikotic
Member
 
Registered: Jun 2004
Location: Vancouver
Distribution: Slackware Linux 10, Fedora Core 2
Posts: 37

Rep: Reputation: 15
I, too, must say that configure, make, make install is a hard process. Installing the lynx browser, I thought that it worked for once: all the commands did their thing, althought it took long, but there was no error. The only problem was that the command $ lynx www.google.ca never worked. I would get a lynx: command not found error.

As for the three commands, I must say:
ls
cd
mount <====== personally, I really used this one alot to transfer files. I must admit that it could be a source of annoyance in FreeBSD.
 
  


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
noobs level Thulemanden Linux - Newbie 1 10-21-2005 12:56 PM
Prayer for noobs floppywhopper General 20 09-30-2005 05:38 AM
i want to learn the linux commands bloopy901 Linux - Newbie 7 02-13-2005 10:15 AM
where can i learn basic linux commands rybing Linux - Newbie 7 12-19-2003 02:13 AM
A good site to learn console commands Chijtska Linux - General 28 02-02-2002 09:31 PM

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

All times are GMT -5. The time now is 10:30 PM.

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