0
votes
0answers
30 views

'w' command not showing users list when not root ('who' does)

I have multiple users logged on my server (ubuntu 12.10), with ssh. None of them has root privileges. If I then log in with my admin account and type (without sudoing) admin1@server:~$ w the ...
2
votes
0answers
34 views

Limited access accounts for a low maintenance deployment?

Forgive me if I haven't done quite as much digging trying to solve this on my own as I could have: I'm currently in Zambia, and my internet access is unpredictible and slow when it's working. I'm ...
3
votes
2answers
3k views

How to give nopasswd access to multiple commands via sudoers?

Below is what I know: I have to add this below line in sudoers file to give rights to the user for particular task. %user_name% ALL=NOPASSWD: /usr/bin/apt-get install In this case I want to give ...
5
votes
1answer
69 views

Preventing Users/Groups from accessing certain Domains

I have created a Study account which I use when doing anything school related work. It's purpose is to remove the distractions of my normal account, such as social media and news websites. I know ...
4
votes
2answers
1k views

I unexpetedly deleted administrator account and the other accounts are asking root password

I unexpectedly deleted my user account (the only administrator for the machine). I have another account which is standard account now i cant access my hard disk or anything with that standard account ...
1
vote
1answer
313 views

How to Run files and open folders as an administrater 11.10

Solved!!! Enable open as administrator in nautilus! To get started, press Ctrl – Alt – T on your keyboard to open Terminal. When it opens, run the commands below: enter code here sudo apt-get ...
12
votes
3answers
1k views

How do I restrict user bandwidth usage?

I want to restrict each user to 300 gigabytes of internet usage per month. Are there any GUI or command-based tools to manager my users' bandwidth?
2
votes
2answers
80 views

Changing groups as nonadmin

Recently, I accidently lowered my privledges on Ubuntu. I was trying to add vboxusers group to my account, and quickly googled to fund out I can add groups by sudo usermod -G vboxusers USER Unaware ...
8
votes
3answers
585 views

When Ubuntu asks for an admin user's password, how does it decide which administrative user to ask for?

I am setting up an Ubuntu (10.10) machine that will be used by several people. It is a shared machine in a small office. Its primary roles are hosting virtual machines with VirtualBox and serving ...
1
vote
1answer
2k views

What's the regular way to add an admin user?

I have installed an Ubuntu server cloud version on my AWS instance. Anyway the default user name is specified as ubuntu, and i don't like it. Because I have my own policy for admin account name. So ...
3
votes
4answers
5k views

Deleted Myself from Admin Group - Now Getting Error usermod: cannot lock /etc/passwd; try again later [duplicate]

Possible Duplicate: Cannot lock '/etc/group' in recovery mode I have a laptop with Ubuntu 11.10 that is shared between myself and two other family members. My user id was setup as ...
0
votes
1answer
903 views

Why doesn't 'w' or 'who' command show all logged in users?

I have Ubuntu 11.10 installed on a laptop shared by multiple members of our family. When I execute the 'w' or 'who' command from a command line, I only see my account even though there are three users ...
0
votes
0answers
1k views

Where's admin tools gone in 11.10? [duplicate]

Possible Duplicate: How to manage users and groups? (GUI) In 11.10, with Unity, I do not see all the admin tools. Especially, I want to access "Users and Groups" tool. Where is it? Should I ...
4
votes
2answers
698 views

What is a user-friendly way to log off other users?

What is the Ubuntu equivalent of this interface? I am looking for a user-friendly method that the owner of a computer can use to log off other users without having to restart. The case I'm ...
6
votes
5answers
516 views

Single administrator computer for systems with only regular account on network

How can I have systems with only a regular account with administrative tasks managed by a single computer? EDIT I simply want be able to add/remove software on all computers from a single system. ...