LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-01-2017, 05:23 AM   #1
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 515

Rep: Reputation: Disabled
Where to find a concise introduction to using the Console?


Either online or in book form, for beginners. It should explain how to use various common commands such as sudo. I have heard of sudo etc but do not know what they do or how to use them. It should also show how to move from folder to folder, etc etc.

Thanks
 
Old 01-01-2017, 05:27 AM   #2
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Here's something I found&liked. There's sooooo much! GREAT to see you want to get into CLI
ENJOY! Best wishes! (I'm sure other LQ'ers will come along with their fav's, esp gook ol' Rute
p.s. What books does your local library have? (IF you want to give library's website, I'd be happy to search&pick some for you)
Also, I tried this search: (in Google, you can add like: intitle:sudo)
unix|linux simple basic beginner command tutorial cd ls
unix|linux simple basic beginner command tutorial intitle:sudo
But *concise* is your key request here! maybe: http://freeengineer.org/learnUNIXin10minutes.html

Last edited by Jjanel; 01-01-2017 at 05:46 AM.
 
Old 01-01-2017, 07:22 AM   #3
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,949
Blog Entries: 46

Rep: Reputation: 3182Reputation: 3182Reputation: 3182Reputation: 3182Reputation: 3182Reputation: 3182Reputation: 3182Reputation: 3182Reputation: 3182Reputation: 3182Reputation: 3182
Member response

Hi,

Quote:
Originally Posted by grumpyskeptic View Post
Either online or in book form, for beginners. It should explain how to use various common commands such as sudo. I have heard of sudo etc but do not know what they do or how to use them. It should also show how to move from folder to folder, etc etc.

Thanks
I like to provide the following for queries like yours;
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
Utimate Linux Newbie Guide

The above links and others can be found at '
Slackware-Links'. More than just Slackware® links!
Hope this helps.
Have fun & enjoy!
 
Old 01-01-2017, 07:39 AM   #4
Sector11
Member
 
Registered: Feb 2010
Distribution: BunsenLabs (Debian Stable)
Posts: 132

Rep: Reputation: Disabled
Quote:
Originally Posted by Jjanel View Post
Also, I tried this search: (in Google, you can add like: intitle:sudo)
unix|linux simple basic beginner command tutorial cd ls
unix|linux simple basic beginner command tutorial intitle:sudo
For as long as I have been using Linux I never knew about the unix|linux or the intitle:.

NICE New Years tip! Thanks.

Let me add one I did know: -something
Until today, this is how I would have searched
Code:
linux simple basic beginner command tutorial sudo -windows
First hit using that:
Linux 101: Introduction to sudo

Going to be a good day today. Happy New Years everyone!
= = = = =
Bold italics - mine
 
Old 01-01-2017, 08:03 AM   #5
Sector11
Member
 
Registered: Feb 2010
Distribution: BunsenLabs (Debian Stable)
Posts: 132

Rep: Reputation: Disabled
@ grumpyskeptic - I realize it isn't exactly what you asked about but just wanted to cover another option

Do you know about man pages? man = manual
Code:
man sudo
This will give you the manual for at least 90% of the commands an applications.
Code:
SUDO(8)                                                 BSD System Manager's Manual                                                SUDO(8)

NAME
     sudo, sudoedit — execute a command as another user

SYNOPSIS
     sudo -h | -K | -k | -V
     sudo -v [-AknS] [-a type] [-g group] [-h host] [-p prompt] [-u user]
     sudo -l [-AknS] [-a type] [-g group] [-h host] [-p prompt] [-U user] [-u user] [command]
     sudo [-AbEHnPS] [-a type] [-C num] [-c class] [-g group] [-h host] [-p prompt] [-r role] [-t type] [-u user] [VAR=value] [-i | -s]
          [command]
     sudoedit [-AknS] [-a type] [-C num] [-c class] [-g group] [-h host] [-p prompt] [-u user] file ...

DESCRIPTION
     sudo allows a permitted user to execute a command as the superuser or another user, as specified by the security policy.

     sudo supports a plugin architecture for security policies and input/output logging.  Third parties can develop and distribute their
     own policy and I/O logging plugins to work seamlessly with the sudo front end.  The default security policy is sudoers, which is con‐
{ ... snip ... snip ..}

Last edited by Sector11; 01-01-2017 at 08:05 AM. Reason: added a comment - first line
 
1 members found this post helpful.
Old 01-01-2017, 09:19 AM   #6
linux4evr5581
Member
 
Registered: Sep 2016
Location: USA
Posts: 275

Rep: Reputation: Disabled
If you want a book I highly recommend "Visual Quickstart Guide Unix and Linux". Their also called bunny books (cause they has a picture of a white bunny on them). And for systems administration there's the O'reilly books.. Both very good named brand books IMO..

Last edited by linux4evr5581; 01-01-2017 at 09:23 AM.
 
Old 01-01-2017, 02:47 PM   #7
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by Sector11 View Post
For as long as I have been using Linux I never knew about the unix|linux or the intitle:.
The originator.

Happy New Year, Sector11
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
LXer: An Introduction to Find LXer Syndicated Linux News 0 08-23-2011 07:11 PM
concise programming book series deltrem Programming 2 03-07-2011 04:17 PM
LXer: A Concise Introduction to Free and Open Software LXer Syndicated Linux News 0 12-19-2009 06:20 PM
LXer: Vmware Server Console — Introduction to Virtualization LXer Syndicated Linux News 0 07-19-2007 10:46 AM
Cron limitations - are there any concise resources? laggerific Linux - Software 2 12-12-2006 04:03 PM

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

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