Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 27
Like Tree2Likes
Hello everyone. I am day 2 into my linux birth. It has really opened my eyes on how much money I was throwing away with oem windows software. I am ...
  1. #1
    Just Joined!
    Join Date
    Jan 2012
    Posts
    14

    New and Lost

    Hello everyone. I am day 2 into my linux birth. It has really opened my eyes on how much money I was throwing away with oem windows software. I am slowly learning the lingo and such.. Anyone have any idea on how to learn linux from the most basic on up? I can navigate around fairly well with the graphic side.. The terminal is very challenging. So if anyone knows an easy way to learn it.. I am very eager. Thanks for your time.
    CW

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Hello and Welcome.
    You are already doing the best thing.....you're actually using Linux man, that's huge! I liken the experience to the "Matrix". Just keep using it and trying new things. The more you use it, the better you get. Just like with MS and Apple proucts.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Welcome aboard!

    When you use it, you will learn it!
    The graphical side is a great way to start... you learn the names of the programs that you will be able to equate to your Windows knowledge.
    But, eventually, you'll need the command line. So you should take a moment here and there to learn about that, as well.
    Check this out: LinuxCommand.org: Learn the Linux command line. Write shell scripts.

    And, above all, have fun with it!
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  4. #4
    Just Joined!
    Join Date
    Jan 2012
    Posts
    14
    Thanks Mike and Jay.

  5. #5
    Just Joined!
    Join Date
    Jan 2012
    Posts
    14
    How do I know if I am logged in as a superuser?

  6. #6
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Normal user:
    Code:
    something@computer:~$
    Logged in as root:
    Code:
    something@computer:~#
    Notice the difference?
    Last edited by jayd512; 01-14-2012 at 04:35 AM. Reason: grammar
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  7. #7
    Just Joined!
    Join Date
    Jan 2012
    Posts
    14
    yeah.. $ vs #

    So being in superuser is bad?

  8. #8
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Quote Originally Posted by CelticWolf View Post
    So being in superuser is bad?
    Yes and No.

    For maintenance purposes, like system updates or installing software, being superuser rights are required.
    On the other hand, you might be thinking about your days in Windows... you were the only user on the computer. Admin by default.

    Linux doesn't work like that... and it's not designed to. Instead, you should do your day-to-day work as a regular user.
    Not sure if you've seen it or not, but check out this article...
    Linux is NOT Windows

    Most of the differences between Linux and Windows are explained in true layman terms.
    Really, some of the best comparisons I've ever seen!
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  9. #9
    Linux Guru
    Join Date
    May 2011
    Posts
    1,838
    Quote Originally Posted by jayd512 View Post
    Normal user:
    Code:
    something@computer:~$
    Logged in as root:
    Code:
    something@computer:~#
    Notice the difference?
    You could also run one of these:
    Code:
    whoami
    echo $USER
    echo $UID
    id -ru

  10. #10
    Linux Guru
    Join Date
    May 2011
    Posts
    1,838
    Quote Originally Posted by CelticWolf View Post
    yeah.. $ vs #

    So being in superuser is bad?
    bad as in bad-a$$, yes. this is one of my favorite tees:

    ThinkGeek :: Bow before me, for I am root.

    seriously, don't be root unless you have to do something you can't do as a regular user, and you understand the power that you wield.

Page 1 of 3 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...