class type ug_admin_ro = object
.. end
Subtype of
ug_admin
for read-only accesses (for shm)
method getpwnam : string -> Unix.passwd_entry
method getpwuid : int -> Unix.passwd_entry
Find a passwd entry by name or by uid
method getgrnam : string -> Unix.group_entry
method getgrgid : int -> Unix.group_entry
Find a group entry by name or by gid
method getgroups : string -> Plasma_util.StrSet.t
getgroups user
: Returns the set of effective group
memberships for user
method users : Unix.passwd_entry list
method groups : Unix.group_entry list
Return the users and groups
method admin_tables : (string * string) list
The contents of this object as admin tables. This method returns
pairs (table_name,table_contents)
.