[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] QUBE2 Add Admin to group x?
- Subject: [cobalt-users] QUBE2 Add Admin to group x?
- From: "LinuxMan" <linuxman@xxxxxxxxxxxxxxxx>
- Date: Tue Jun 6 15:04:13 2000
I need to be able to add admin (or root for that matter) to the httpd group
that owns the private user home directories. Does anyone know how to do
that?
The problem is that users can see and use the /home/users/username/private
directory, but admin and root can not even see whats in them, but needs to.
I checked /etc/group, and found this:
users::100:httpd
home::110:httpd,admin
admin::27:admin
If I change the third line to: admin::27:httpd,admin will that work? Will I
accidentally give all users admin rights?
Has anyone done this?
thanks, Fred