In previous versions of Ubuntu, I was able to fine-tune user privileges easily via a tool. However, the present version apparently only allows two levels: standard or administrator. How do I e.g. give a standard user rights to connect to wireless networks?
Asked
Active
Viewed 2,691 times
5
-
possible duplicate of How to manage users and groups? (GUI) – Takkat Nov 04 '11 at 15:55
1 Answers
3
Install the gnome-system-tools
package from the Ubuntu Software Centre (or use
sudo apt-get install gnome-system-tools
in a terminal). This will install the 'old' users and groups tool.
To run it, search for 'admin' or 'user' in the Unity dash and choose "Users and Groups". Alternatively, you can run 'users-admin' in a terminal.

Kris Harper
- 13,477

Simonski
- 275