"users and groups" in mint 12?
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
"users and groups" in mint 12?
looked everywhere? but need to find "users and groups"
Re: "users and groups" in mint 12?
Menu > System Tools > System Settings > User Accounts
It doesn't do much anymore ( It's really an Add / Delete Users utility - groups are gone ) but you should find it there.
It doesn't do much anymore ( It's really an Add / Delete Users utility - groups are gone ) but you should find it there.
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
Re: "users and groups" in mint 12?
I need to find group Vboxusers, and add myself to it, so that I can add usb devices to my virtual windows.
Re: "users and groups" in mint 12?
You need to go "old school":
If "vboxusers" is the actual group name then to add yourself to that group:
Then logoff ( not reboot ) and login again for the group membership to take affect.
If "vboxusers" is the actual group name then to add yourself to that group:
Code: Select all
sudo gpasswd -a altair vboxusers
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
Re: "users and groups" in mint 12?
thank u, worked perfectly