PDA

View Full Version : [ubuntu] Some tricky user permissions and settings


technomaniac
August 1st, 2008, 05:38 AM
We have installed ubuntu hardy on all college PCs. The authentication is done via NIS. We need to do the following things:

1. disable sudo for all students. They are not supposed to run anything as root

2.Enable Compiz and Emerald themes by default on all users. And set a default Compiz and Emerald themes.

Help is deeply sought

vanadium
August 1st, 2008, 06:16 AM
By default, new users you add to an Ubuntu system have no root privileges.

With respect to how an account looks: I believe there exists a "template" for that, i.e. a default profile that is used for new users, which you could adapt, but I do not know the details.

unutbu
August 1st, 2008, 12:26 PM
Check out /etc/skel. Anything you put there will be copied into each new user's account when the account is created. So create one user, set up compiz and emerald, then copy the extra dot config files into /etc/skel.

technomaniac
August 2nd, 2008, 05:02 AM
Thanks a lot...Got it