Is there a default account on UNIX SUN servers called "listen"?

Posted by admin on February 28th, 2010 and filed under sun servers | 2 Comments »

Morgan,

I’m new to information security and trying to learn what some of the default system account IDs such as listen, nobody, nobody4, and noaccess do or waht their functions are so I can justify them as part of a generic ID registration process. Do you have any ideas or can you point me to a good link that would contain this info. I’ve spent about 2 hours today surfing the web for answers and found about half of the answers, but the IDs above are still eluding me.

Thanks

Short answer, "yes":

$ grep listen /etc/passwd
listen:x:37:4:Network Admin:/usr/net/nls:

Note, however, that it is not a *login* account:

# grep listen /etc/shadow
listen:*LK*:::::::

This may mean that it is used by a daemon which
doesn’t always want to work under uid 0. You might
take note that there *is* a "listen" daemon, which
might be a pretty good place to start investigating :-)
Also, see:
man listen
man nlsadmin

2 Responses

  1. morgan Says:

    Short answer, "yes":

    $ grep listen /etc/passwd
    listen:x:37:4:Network Admin:/usr/net/nls:

    Note, however, that it is not a *login* account:

    # grep listen /etc/shadow
    listen:*LK*:::::::

    This may mean that it is used by a daemon which
    doesn’t always want to work under uid 0. You might
    take note that there *is* a "listen" daemon, which
    might be a pretty good place to start investigating :-)
    Also, see:
    man listen
    man nlsadmin
    References :

  2. juliekiev Says:

    Because this is very specific to Sun/Solaris,
    you should consider asking this question of one
    of the communities at:

    http://www.opensolaris.org

    The people who are most likely able to answer
    this will be hanging out there.
    References :

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.