LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-17-2014, 02:37 AM   #1
midnight sun
LQ Newbie
 
Registered: Jul 2014
Posts: 2

Rep: Reputation: Disabled
command line learning


I am new to linux. Have had ubuntu installed as a duel operating system alongside my windows 7 machine for sometime now.

could anyone give me a place to download some manual for beginning users who wish to become aquainted with the command line syntax?
 
Old 07-17-2014, 03:21 AM   #2
Tim Abracadabra
Member
 
Registered: May 2014
Location: USA, Wherever I may Roam
Distribution: debian 9.8 w/GNOME and KDE dual boot w/Win 10.| debian 7.11 w/Xfce, LFS 7.9, + Multi-boot w/Windows7
Posts: 122

Rep: Reputation: Disabled
Hi midnight sun,

You might want to check out
From the Linux Documentation Project, Chapter 2

This site has a wealth of information for various distros.

Google can turn up many others.

Hope that helps,
Tim
 
1 members found this post helpful.
Old 07-17-2014, 03:28 AM   #3
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
In a terminal, start off with this command
Quote:
ls /usr/bin/a*
In another terminal, you can type
Quote:
man <program>
where <program> is one from the list in your first terminal. e.g. 'man a2p' will tell you it's an awk to perl translator, and you can probably stop learning about that right there.

There's also some very interesting man pages not about programs. I know of no list, but I'll start one here and maybe people will add to it.

man something.conf - fstab.conf, xorg.conf, anything in the output of
ls /etc/*.conf
man test - bash scripting tests
man regex - Posix regular expressions; I always found these a bit dodgy as not everything interprets them the same.
man perlre - Perl regular expressions

You could also head over to tldp.org for verbose documentation in the style of university reports (boring as hell, not faithful to subject for first 50-90%). They're called HOWTOs. When ignorance begins to bite and you want to do something clever, you may need one of these.Their most enduring effect is that you never want to read another one! :-).
 
Old 07-17-2014, 03:35 AM   #4
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Try here:

http://linuxcommand.org/

You can read it online, download a .pdf, or buy the paperback.
 
Old 07-17-2014, 03:51 AM   #5
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,150

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
Post

Quote:
Originally Posted by midnight sun View Post
I am new to linux. Have had ubuntu installed as a duel operating system alongside my windows 7 machine for sometime now.

could anyone give me a place to download some manual for beginning users who wish to become aquainted with the command line syntax?
www.linuxquestions.org "Main Menu" (top right screen of this page) click on "Linux Tutorials" or "Book Reviews"

Good luck!
 
Old 07-17-2014, 04:07 AM   #6
Tim Abracadabra
Member
 
Registered: May 2014
Location: USA, Wherever I may Roam
Distribution: debian 9.8 w/GNOME and KDE dual boot w/Win 10.| debian 7.11 w/Xfce, LFS 7.9, + Multi-boot w/Windows7
Posts: 122

Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
You could also head over to tldp.org for verbose documentation in the style of university reports (boring as hell, not faithful to subject for first 50-90%). They're called HOWTOs. When ignorance begins to bite and you want to do something clever, you may need one of these.Their most enduring effect is that you never want to read another one! :-).
LOLz
I learned UNIX in the late 1980's using LISP for AI Programming.
I Agree, Doc's were boring and the "internet"(ARPANET) was dial-up w/o graphics.
Slow and not that productive unless you knew exactly (URL) what you wanted.

To the OP, Select something and work it through. Even if is boring at first,
it all builds upon the previous lessons. Buckle down with most any reputable
tutorial and test the commands on your own Linux system. That will provide
its own rewards .

Be sure to feel free to experiment!

Unless it is at work, do not be apprehensive, I have found that more is learned
by failure than by success. Be brave and give it a go!

Oh, And most importantly, Have fun!!

All the best,
Tim

Last edited by Tim Abracadabra; 07-17-2014 at 04:21 AM.
 
Old 07-17-2014, 05:49 AM   #7
boog321
LQ Newbie
 
Registered: Sep 2012
Posts: 18

Rep: Reputation: 4
In my years of playing with Linux, I have found some of the best learning (on top of what others are saying) is to just attempt to use Linux for everything.

I'm still not the expert, but whenever you hit a spot that you can't figure something out, hit one of the how to pages, read the man page, and google. Eventually I started liking Linux way better than every thing else. Now it is the only os on my desktop, and with my laptop, dual booting with Windows, I am mostly in Linux.

It takes time to learn command line stuff, just because there are so many command line programs! Each one can have their own syntax and options.

And ctrl+c will normally stop a program from running, if you try the ping command, it will just keep going until you tell it to stop (unless you give it the -c option for a count: ping -c 4 somesite.com will send only 4 pings, then stop).

My next endeavor is to try to learn bash scripting better than just combining a few simple commands. Good luck, and enjoy!
 
Old 07-17-2014, 12:32 PM   #8
Got Root?
LQ Newbie
 
Registered: Jul 2014
Posts: 3

Rep: Reputation: Disabled
@ midnight sun

Check out youtube as well. They have many tutorials on linux commands and shell scripting. They also have videos dedicated to a specific command you may be interested like awk, sed, ps, and etc.

In any case whether you learn from videos or online content is to practice, practice, practice.

Last edited by Got Root?; 07-17-2014 at 12:35 PM.
 
Old 07-17-2014, 01:02 PM   #9
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

Welcome to LQ!
Quote:
Originally Posted by midnight sun View Post
I am new to linux. Have had ubuntu installed as a duel operating system alongside my windows 7 machine for sometime now.

could anyone give me a place to download some manual for beginning users who wish to become aquainted with the command line syntax?
I like to provide these links to a newbie;
Quote:
Just a few links to aid you to 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
Ultimate Linux Newbie Guide
10
Linux Home Networking
11
Virtualization- Top 10

The above links and others can be found at '
Slackware-Links'. More than just SlackwareŽ links!
Plus, look at my sig for some very useful links.
Hope this helps.
Have fun & enjoy!
 
1 members found this post helpful.
Old 07-17-2014, 02:37 PM   #10
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Welcome to LQ, midnight sun!

If you type "info" at the command prompt it should bring you into a help utility which gives you categories to browse into.

Typing 'q' will quit info.
Moving the cursor to lines of information will bring you into subject areas with deeper explanations.
Using page-up/down as well as up arrow will move you around and raise you back up levels

Ultimately if you see commands that you want to know more about, this will help and you can also type 'man <command>', to see just the man page for a given command. You will see the manpage information for commands within info. I mainly use info to find command line commands which I didn't know about that may help me with a certain area.
 
Old 07-30-2014, 08:57 PM   #11
midnight sun
LQ Newbie
 
Registered: Jul 2014
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thanx everyone. you have all been a great help. I really didnt expect such patient responses, as most sites I have tried
getting information about things...people are so demeaning and short with newbies.

I fixed my first major uh-oh from the command line, when my new kubuntu 14.04 upgrade lost its x session gui desktop...Felt good to actually be able to do something besides reinstalling everything from scratch.

the more I have been playing with things, the more I like the OS

thanks again everyone for the pointers.
 
Old 07-31-2014, 12:43 PM   #12
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
https://help.ubuntu.com/community/CommandLineResources
 
  


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
Learning the command line rmcellig Linux - Newbie 13 09-19-2009 05:51 AM
Learning the command line vaidos Linux - Newbie 18 03-28-2008 08:05 AM
Learning Command-Line/No GUI HighPingDrifter Linux - General 8 02-23-2008 07:57 AM
learning command line.rpms?what? manas_shukla Linux - Newbie 13 01-20-2005 05:13 AM
Learning the command line Fritz_Monroe Linux - Newbie 11 11-25-2004 09:53 AM

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

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