Find the answer to your Linux question:
Results 1 to 3 of 3
Hi all. I was stupid and delete the nobody account from my system. How can i recreate the "nobody" account? Thank for all help. have fun!...
  1. #1
    Linux User
    Join Date
    Feb 2006
    Posts
    484

    want back the "nobody" account

    Hi all.

    I was stupid and delete the nobody account from my system.
    How can i recreate the "nobody" account?
    Thank for all help.

    have fun!

  2. #2
    Linux Guru budman7's Avatar
    Join Date
    Oct 2004
    Location
    Knee deep in Grand Rapids, Michigan
    Posts
    3,242
    What is the nobody account?
    Is this different from a normal user account?
    How to know if you are a geek.
    when you respond to "get a life!" with "what's the URL?"
    - Birger

    New users read The FAQ

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    I wonder why you deleted it. The entry for nobody on my system in /etc/passwd
    Code:
    nobody:x:65534:65534:nobody:/:/bin/false
    The entry in /etc/group is
    Code:
    nobody:x:65534:
    What is the nobody account?
    Is this different from a normal user account?
    nobody is a system user. Some daemons have to run without root privileges, so they run as "nobody".

Posting Permissions

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