295 pts.
 What are Local Users and Groups in MAC?
Adminstrator, Guests, Power Users, Normal Users are there in Windows . How mant types of USERS can MAC , LINUX OS have? From where do we created those users?

Software/Hardware used:
ASKED: January 15, 2010  10:05 AM
UPDATED: January 20, 2010  5:21 PM

Answer Wiki:
There are just two fixed groups of users in unix-derived OSes: the superuser (root) and ordinary users (all the rest). Assigning group ownership to device, program and data files and assigning users to appropriate groups, one (the superuser, of course) can granularly define who can mount/unmount permanent and removable storage, access sound and video subsystems, scanners and printers, open or close networking connections, etc, etc... There are some predefined groups (adm, wheel, disk, audio, cdrom, lp), but one can drop them and use any other self-created and self-named groups. They are created by groupadd and manipulated by groupmod, users are assigned to the appropriate groups in time of their creation by useradd and at any other time by usermod (see man pages for these commands) Hope this helps, Petko A. Many *nixes offer Role Based Access Control which adds more flexibility to "types" of users since you can define "Roles" that people can belong to, each role having granular access to certain things. You can also use SELlinux whcih offers even more granularity and control.
Last Wiki Answer Submitted:  January 20, 2010  5:21 pm  by  petkoa   3,120 pts.
All Answer Wiki Contributors:  petkoa   3,120 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _