Results 1 to 6 of 6

Thread: how many damn users come pre-installed on intrepid???

  1. #1
    Join Date
    Dec 2006
    Location
    /dev/null
    Beans
    351

    how many damn users come pre-installed on intrepid???

    I just did looked at my /etc/passwd and noticed there are 32 users not counting the two that I added. Can others confirm this?

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: how many damn users come pre-installed on intrepid???

    Ha-ha! I've got 33. Don't worry about it because it's sems to be quite normal and includes a lot of system users, as far as I can make out. They are not all normal users who could log in, or at least, I assume not, as they presumably have no password. Interesting to see, nonetheless, and I wonder how many other ubuntu users have.

  3. #3
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: how many damn users come pre-installed on intrepid???

    You should have a look at /etc/shadow, this will tell you which users have passwords, there should only be users you have set up. You'll need to be root to see the output:

    Code:
    sudo cat /etc/shadow
    Jim

  4. #4
    Join Date
    May 2005
    Location
    Sydney, Australia
    Beans
    281

    Re: how many damn users come pre-installed on intrepid???

    No damn users here

    Code:
    human@zagbot:~/down$ grep -c damn /etc/passwd
    0

    sorry Friday afternoon - couldn't resist

  5. #5
    Join Date
    Jul 2008
    Location
    /home
    Beans
    33

    Re: how many damn users come pre-installed on intrepid???

    Quote Originally Posted by gombadi View Post
    No damn users here

    Code:
    human@zagbot:~/down$ grep -c damn /etc/passwd
    0

    sorry Friday afternoon - couldn't resist
    lol

  6. #6
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: how many damn users come pre-installed on intrepid???

    Quote Originally Posted by gombadi View Post
    No damn users here

    Code:
    human@zagbot:~/down$ grep -c damn /etc/passwd
    0

    sorry Friday afternoon - couldn't resist
    That was good lol, on another note if you look at /etc/passwd you'll notice most of those system users have a shell of /bin/false or if you look at /etc/shadow you'll notice those system users all have passwords that start with * or ! meaning they are locked and cannot be used to login.
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

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
  •