LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   difference between regular user and system user (and groups) (https://www.linuxquestions.org/questions/linux-general-1/difference-between-regular-user-and-system-user-and-groups-835032/)

kushalkoolwal 09-28-2010 04:22 PM

difference between regular user and system user (and groups)
 
What is the difference between creating a "regular" user and creating a "system" user on Linux?

For example:
Code:

adduser john
and

Code:

adduser --system john
Similarly it seems there are normal groups and system groups.

Doing an internet search and reading man pages does not give much information on the whole concept of system and regular user/group.

pljvaldez 09-28-2010 04:25 PM

I don't know for sure, but I'm guessing it might do a few things like:
- use a lower ID number (most system users/groups start at something like 1000)
- avoid making /home directories for system users
- add the user to the least number of groups possible

Again, I'm just speculating though...


All times are GMT -5. The time now is 07:23 AM.