Closed Thread
Results 1 to 8 of 8

Thread: Deleting unnecessary users

  1. #1
    BigLinux is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Deleting unnecessary users

    I would like to find unnecessary users from /etc/passwd .
    I need to find out what function do these accounts accomplish & whether their deletion will cause any problems to my system.
    I found:
    Code:
    man, proxy, telnetd, backup.
    Please let me know the purpose of man, proxy, telnetd, backup and if I can safely delete them. Thanks

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Deleting unnecessary users

    I don't know what their specific purpose is, but if they are default users from installation they have a system purpose/function. If you remove them, those function may not work (such as reading man pages). What does it look like in your passwd file? Similar to this?

    Code:
    man:x:6:100:man:/var/cache/man:/bin/false
    The last segment there, /bin/false, is the shell path. When set to /bin/false it means they cannot login so you have no security risk from that perspective.

  4. #3
    BigLinux is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Re: Deleting unnecessary users

    Yes it looks exactly like that, so since it does not compromise security you think it's better I leave it that way?

  5. #4
    Jordan Guest

    Re: Deleting unnecessary users

    IMO, yes. I wouldn't remove any system default user accounts.

  6. #5
    BigLinux is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Re: Deleting unnecessary users

    Thanks for your help.. I guess they will just stay there then.

  7. #6
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Deleting unnecessary users

    I think as long as it does not affect your system... why delete them and end up screwing something up.. and it ends up with some format...

  8. #7
    BigLinux is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Re: Deleting unnecessary users

    Yeah.. probably you are right

  9. #8
    relapse's Avatar
    relapse is offline Programming Expert
    Join Date
    Jul 2009
    Location
    Intrawebs
    Posts
    479
    Blog Entries
    2
    Rep Power
    0

    Re: Deleting unnecessary users

    If you don't use those services, you should be able to delete those users.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. inserting and deleting using php
    By ravi951 in forum PHP Development
    Replies: 3
    Last Post: 08-19-2011, 03:54 AM
  2. inserting and deleting in php
    By ravi951 in forum PHP Development
    Replies: 2
    Last Post: 08-17-2011, 08:57 PM
  3. Unnecessary complicated code
    By Vswe in forum The Lounge
    Replies: 1
    Last Post: 06-13-2010, 04:03 AM
  4. Deleting files from a CD - HELP!
    By travy92 in forum Visual Basic Programming
    Replies: 7
    Last Post: 09-01-2008, 09:25 AM
  5. Deleting files from a CD - HELP!
    By travy92 in forum Visual Basic Tutorials
    Replies: 1
    Last Post: 09-09-2007, 01:08 AM

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