Find the answer to your Linux question:
Results 1 to 8 of 8
I have seen on the server that there are various users on the server with Slackware installed. Obviously there is root, but there are users like Bin, Apache, Nobody, sshd, ...
  1. #1
    Just Joined!
    Join Date
    Dec 2011
    Posts
    3

    System Users

    I have seen on the server that there are various users on the server with Slackware installed. Obviously there is root, but there are users like Bin, Apache, Nobody, sshd, etc. Does anyone know what the purpose of these users is or a link where I can find out more, ive googled it but cant find much.

    Thanks

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072
    Hello and Welcome!

    I believe that a system account is a account that a program or daemon starts and uses to run. Instead of running bind under root you can use the bind account to run the process. This way if someone exploits a bug in bind they will not gain root privileges.

    I recall finding a far more thorough explanation at one point, but I'm unable to locate the link.
    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.

  3. #3
    Just Joined!
    Join Date
    Dec 2011
    Posts
    3

    Thanks for the reply!!!

    much appreciated!

  4. #4
    Just Joined!
    Join Date
    Dec 2011
    Posts
    3
    What is a Deamon?

  5. #5
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072
    Basically, it a program that is running as a background process.
    Daemon (computing) - Wikipedia, the free encyclopedia
    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.

  6. #6
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by onlytheone View Post
    I have seen on the server that there are various users on the server with Slackware installed. Obviously there is root, but there are users like Bin, Apache, Nobody, sshd, etc. Does anyone know what the purpose of these users is or a link where I can find out more, ive googled it but cant find much.
    Hello and welcome!

    Those are default system user groups. You can find some info on them in the following articles:

    https://wiki.archlinux.org/index.php/Users_and_Groups

    Linux Tutorial - Managing Group Access on Linux and UNIX
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  7. #7
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    Among the purposes of system-level users/groups, in addition to providing identity for processes to run under, they also provide granularity of file ownerships and permissions, for similar purposes to process ownership.

  8. #8
    Linux User
    Join Date
    Jan 2005
    Location
    Saint Paul, MN
    Posts
    262
    Quote Originally Posted by onlytheone View Post
    What is a Deamon?
    Daemons are good or benevolent nature spirits beings of the same nature as both mortals and gods, similar to ghosts, chthonic heroes, spirit guides, forces of nature or the gods themselves (see Plato's Symposium). They did their work without being seen.

    Since services are workers that are unseen the Unix developers (back in 1969) used the the name Daemon. There is a lot of references to mythology and classic novels in the the Unix system.

Posting Permissions

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