Results 1 to 2 of 2
Is there any documentation for system users/accounts with a detailed description of their purpose and requirement? I have been unsuccessful in locating anything regarding this information for a security audit....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-24-2009 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 1
system users
Is there any documentation for system users/accounts with a detailed description of their purpose and requirement? I have been unsuccessful in locating anything regarding this information for a security audit.
- 06-25-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,160
You are referring to accounts like root, bin, daemon, adm, lp, sync, operator, gopher, rpcuser, and such? Usually, user accounts start at uid 500, and ones below that (mostly below 100) are system accounts. Some of them have some description in /etc/passwd, and some do not. To determine the default system accounts and groups, you can install a clean system in a virtual machine and look at /etc/passwd and /etc/group. When you install system add-on components such as Samba, you will get more system accounts set up, such as smbprint for Samba print services. Sorry, but I don't know all of them, or what they do, though I can surmise from the names found. Have you looked on either the Linux kernel or Linux documentation project web sites? If not, here is where you can find them:
The Linux Kernel Archives
The Linux Documentation Project
You can find a lot of this sort of information there.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote

