Results 1 to 4 of 4

Thread: Really Easy Q Re: Root User/ Admin Account Same?

  1. #1
    Join Date
    Mar 2012
    Location
    Charlotte, NC
    Beans
    87
    Distro
    Ubuntu 14.04 Trusty Tahr

    Thumbs down Really Easy Q Re: Root User/ Admin Account Same?

    Hi,

    I'm running Ubuntu 11.10 32-bit. I've read over and over not to log in and run your system as root, but is this the same as the main user/admin account first set up during installation? When I install programs I always use sudo ... but do I need to create an additional personal account to use for everyday email, browsing, etc? Or am I fine using the main account, given Ubuntu's protections against running as root?

    Thanks, I know this is a really simple question... but I'm still a newbie.

    Alcidious

  2. #2
    Join Date
    Jan 2011
    Beans
    1,151

    Re: Really Easy Q Re: Root User/ Admin Account Same?

    Quote Originally Posted by Alcidious View Post
    Hi,

    I'm running Ubuntu 11.10 32-bit. I've read over and over not to log in and run your system as root, but is this the same as the main user/admin account first set up during installation? When I install programs I always use sudo ... but do I need to create an additional personal account to use for everyday email, browsing, etc? Or am I fine using the main account, given Ubuntu's protections against running as root?

    Thanks, I know this is a really simple question... but I'm still a newbie.

    Alcidious
    nope not the same


    root is an user in your system that controls everything
    you cannot loggin as a root, but it is locked in ubuntu

    sudo is a command that allows you to run commands as other users
    for example. run the command
    Code:
    whoami
    it should return your accound
    but I want to run a command as idoit

    Code:
    sudo -u idoit whoami
    it should return that I am an idoit

    It could only run commands as proxy of users that exist on your system

    the most likely case is the default which run commands as root

    A sudoer is basically a user in the sudoers group that can run root
    https://help.ubuntu.com/community/RootSudo
    (\ /)
    (O.o)
    (> <)
    This is Bunny. Copy Bunny into your signature to help him on his way to world domination.

  3. #3
    Join Date
    May 2005
    Beans
    Hidden!

    Re: Really Easy Q Re: Root User/ Admin Account Same?

    Root is separate from the main user account. You don't need to create another one.

  4. #4
    Join Date
    Mar 2012
    Location
    Charlotte, NC
    Beans
    87
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Really Easy Q Re: Root User/ Admin Account Same?

    Awesome! I really appreciate the clarification. I'm getting ready to rid my pc of my windows partition, and I wanted to be sure I wasn't making a really stupid mistake (by using my usual account) ... thanks again!

Tags for this Thread

Bookmarks

Posting Permissions

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