Skip to main content

Questions tagged [user-accounts]

Usually a personal account on a computer system that allows access to a system's (advanced) functions.

Filter by
Sorted by
Tagged with
371 votes
12 answers
24k views

How can I give my wife emergency access to logins, passwords, etc.?

I'm the digital guru in my household. My wife is good with email and forum websites, but she trusts me with all our important digital stuff — online banking and other things that require ...
Torben Gundtofte-Bruun's user avatar
259 votes
12 answers
392k views

How do I start Chrome using a specified "user profile"?

I use the new built-in "Users" feature of Chrome to switch between Home/Work accounts easily. However, Chrome remembers the "last" user profile you had selected when launching new windows. This is a ...
Danny Tuppeny's user avatar
203 votes
8 answers
477k views

How can I create a non-login user?

I'd like to create a user and a group both called subversion on a RHEL 5 system. I looked at the man page for useradd and I guess the command would be just be... useradd subversion However, not sure ...
Ethan's user avatar
  • 3,771
193 votes
2 answers
560k views

List Samba users?

So yesterday evening I was pulling my hair out (figuratively -- I'm bald) for over an hour trying to figure out why smbpasswd kept rejecting my attempts to reset the password for one of my Samba users....
Kromey's user avatar
  • 5,245
153 votes
7 answers
2.0m views

mysql how to fix Access denied for user 'root'@'localhost'

Before I screw up something, when I login using $ mysql -u root -p, and show databases: +--------------------+ | Database | +--------------------+ | information_schema | | mysql ...
Vogelsire's user avatar
  • 1,633
135 votes
3 answers
254k views

What is the "wheel" user in macOS/OS X?

I recently reinstalled iTunes and I noticed something peculiar. The original version of iTunes has a user in the permissions known as wheel that is set to "Read Only". I dragged this version ...
ralphthemagician's user avatar
101 votes
8 answers
159k views

How to set default user for manually installed WSL distro?

I have cloned a WSL distro using wsl --export and wsl --import, but now, running wsl newdistro always logs me in as root. I understand that the lxrun command is deprecated and want to avoid it. The ...
schuelermine's user avatar
  • 1,317
99 votes
6 answers
280k views

How do I find my user ID and group in Mac OS X?

Trying to run this compand in terminal: sudo chown -R yourid:yourgroup local However, I have no idea what my ID and my group are, or where to find them. Any ideas?
Starkers's user avatar
  • 2,356
96 votes
2 answers
156k views

Rename user's group name

I just did usermod -l login-name old-name to change the username, but the group name is still the old one. Any way of renaming the group name? I can't find any info to do so.
w0rldart's user avatar
  • 2,993
89 votes
3 answers
260k views

How do I list the groups that a UNIX user is a member of?

With pts m groupname I can list the users in a group. How can I do the opposite - that is, list all the groups that a user is a member of? (I need this to find the name of a group that I know a user ...
Tomas Aschan's user avatar
  • 3,326
85 votes
6 answers
194k views

How do I create an administrator user on Ubuntu?

I want to create a user having sudo powers in Ubuntu. How can I do that?
Mohit Jain's user avatar
  • 1,087
82 votes
7 answers
177k views

List all members of a group from the command line in OS X

I'’ve tried Googling but not getting anywhere. How can I list all the members of a group called mygroup from the command line in OS X? dscl . list /groups Will get me all the groups. But how can I ...
Meltemi's user avatar
  • 6,987
71 votes
3 answers
35k views

Why do some system users have /usr/bin/false as their shell?

Why do some system users have /usr/bin/false as their shell and what does that mean?
user7326333's user avatar
65 votes
3 answers
123k views

How to unlock linux user after too many failed login attempts

After trying to login with the wrong password, my account is locked. When logging in on a TTY console I get the following message mylaptop login: myUsername The account is locked due to 3 failed ...
Joost's user avatar
  • 1,613
61 votes
5 answers
552k views

SSH permission denied on correct password authentication

I could successfully SSH into my machine yesterday with the exact same credentials I am using today. The machine is running CentOS 6.3. But now for some reason it is giving me permission denied. Here ...
Kentgrav's user avatar
  • 1,492
49 votes
14 answers
189k views

How can I change the user icon in Chrome Browser?

I have more than one user in Chrome Browser (chrome://settings/ Add new user) and can't find out how to specify a custom icon for each user. Chrome allow me select an icon from a list of icons set, ...
user avatar
48 votes
5 answers
104k views

List of Hidden / Virtual Windows User Accounts

I’m trying to find a way to get a comprehensive list of user accounts on a Windows 7 system, including hidden ones. The User Accounts dialog (>control userpasswords2) only shows the normal user ...
Synetech's user avatar
  • 69k
42 votes
6 answers
10k views

Do I have to provide an email for a local user on Windows 10 Pro?

I'd like to create a user on Windows 10 that is just a username and a password, no email, no MS communication. Reason? No particular reason. I don't feel like providing an email, or creating an ...
JL Peyret's user avatar
  • 802
42 votes
4 answers
85k views

How to determine the user and group of a daemon in Ubuntu?

How can I check the user and group for the nginx daemon in Ubuntu? Or what's the syntax to find the user and group for a daemon running in Ubuntu?
Prakash Moturu's user avatar
42 votes
3 answers
36k views

What's difference between group admin and adm?

There's two similar groups in ubuntu: admin and adm, I found that /var/log/apache2 is in the adm group, and default sudoers includes admin group. What's difference between the two?
Lenik's user avatar
  • 18.4k
34 votes
7 answers
343k views

How do I add Azure Active Directory User to Local Administrators Group

With Windows 10 you can join an organisation (=Azure Active Directory) and login with your cloud credentials. Based on the information provided here the first account per computer that joins the ...
Alex Duggleby's user avatar
34 votes
3 answers
17k views

Why is the output from `groups` different from `groups user` if Im currently logged in as user?

Im not sure why the following have different output. My understanding is that groups without specifying a user give all the groups the currently logged in user is a member of. jacob@box:~$ groups ...
Jake's user avatar
  • 909
33 votes
3 answers
30k views

Windows 10 - Users already logged in at boot

Since the recent Fall Creators Update I'm facing a strange behavior while using Windows 10. My brother and I are using different accounts, both protected by password. When I turn on my PC and sign in, ...
Oneiros's user avatar
  • 441
33 votes
3 answers
37k views

How to get rights of admin after I disabled all admin accounts in my computer

I accidentally disabled my admin account. After I login to another account I found I can not get admin rights, because all admin accounts on my computer are disabled. I clicked on 'run as ...
PaleNeutron's user avatar
33 votes
5 answers
59k views

Why does Nvidia create UpdatusUser account and is this a security issue?

While doing a backup I have found out the existence of an account called UpdatusUser on my Windows 7 box. It doesn't appear in the account management section of the control panel. Searching on the ...
Francesco's user avatar
  • 674
32 votes
2 answers
87k views

Is "NT AUTHORITY\SYSTEM" a user or a group?

In Windows the user System is displayed with the group symbol: . (Using the internal Win32 API LookupAccountSid also reveals that it seems to be a group SidTypeGroup.) On the other hand processes can ...
marsh-wiggle's user avatar
  • 3,004
32 votes
1 answer
66k views

usermod equivalent for Alpine Linux

I'm building a Docker container, and I need to add my user to a group. usermod is not available in Alpine Linux by default. Apparently, you can add shadow from apk to install usermod, but I would ...
Zak's user avatar
  • 421
31 votes
5 answers
26k views

Why don't my users have separate desktops in Windows 10?

I have a family laptop where I have created separate users for my kids. My user is an admin, theirs are not. I had assumed that having separate users would have separate desktops. But I have installed ...
user26270's user avatar
  • 427
31 votes
3 answers
135k views

Can two users simultaneously share one pc

It's easy to have multiple user accounts on one computer and even switch between accounts without logging off. It is also possible to have more than one display connected to a single computer. Is it ...
greye's user avatar
  • 921
30 votes
6 answers
79k views

Samba+Windows: Allow multiple connections by different users?

I have a machine running Ubuntu with Samba that I use to share stuff with my family's Windows machines in our local network. Currently they access a share for movies/music/etc with one user. I want ...
user avatar
30 votes
4 answers
302k views

How to add a domain user to Administrators group in Windows 10

I just reinstalled my work computer to Windows 10 Pro, created a local account, connected to our VPN, joined our domain and logged in with my domain account, no problems so far. Since the local ...
Ondrej Janacek's user avatar
29 votes
6 answers
217k views

How do I change the User Profile location in Windows 10?

The default location for User Profiles are C:\Users. I would like to move this location to another drive (i.e. D:\Users). I've already been able to customize the library locations, however there are ...
James Mertz's user avatar
  • 26.4k
28 votes
3 answers
46k views

Why is the guest account missing/broken in Windows 10?

In older versions of Windows and even in Windows 10 previews you could enable the built-in guest account in control panel Control Panel\User Accounts\User Accounts\Manage Accounts In Windows 10, ...
Peter Hahndorf's user avatar
26 votes
3 answers
25k views

Is it possible to alias a username on Linux?

I'm not sure if this has a practical application at all (aside from the fact that I am lazy. you know "christopher" has 11 characters, and I want to type 1), but is it possible to alias a username on ...
cwallenpoole's user avatar
26 votes
3 answers
288k views

List members of a Windows group using command line

I would like to get a list of "normal" users in the Windows command line. By normal, I mean the users that appear when logging on to the computer. Thus, disabled accounts, accounts like System, and ...
Ashley Strout's user avatar
26 votes
3 answers
164k views

How to grant remote desktop right to a user in Windows Server 2008?

I create a user and add it to group Remote Desktop Users but I cannot still remote using mstsc. The error message said the user/group doesn't have the right to remote. My question is how can I grant ...
Nam G VU's user avatar
  • 12.4k
26 votes
3 answers
31k views

Hide users from Mac OS X Snow Leopard logon screen

Somehow, I managed to set a passwd for my _postgres user on my OS instead of setting it on the postgres role I have as my superuser / root. Anyways since this, I've been struggling with that user ...
googletorp's user avatar
25 votes
6 answers
92k views

How to determine logged on user in Windows XP?

What's the easiest way to determine the logged on user in Windows XP (without loading any support tools)? I'm looking for something similar to the 'whoami' command but for Windows. I need something ...
Mark's user avatar
  • 3,159
25 votes
1 answer
23k views

How can I get the unix group name based on the group id?

How can I get the unix group name based on the group id? Note: looking in /etc/passwd or /etc/groups is not a solution as some systems may be using NIS so the users and groups are not listed there.
sorin's user avatar
  • 11.9k
24 votes
7 answers
130k views

How do I change a user name in Windows 7?

I have an install of Windows 7 that I've already put a few days into. Today I realized I've made a mistake in the username and it's driving me nuts (my personal OCD). While changing the physical ...
Artem Russakovskii's user avatar
23 votes
4 answers
110k views

Settings can't be opened using the Built-in Administrator account in Windows 10

In Windows 10, when trying to open the Language preferences by using the icon on the right side of the taskbar, "Settings can't be opened using the Built-in Administrator account in Windows 10" error ...
Murat Yıldız's user avatar
23 votes
2 answers
33k views

Hide account from login screen but can be used in UAC

So I have a Windows 7 home machine with 2 user accounts. One is a standard user account and one is an administrator account. Now this is going to be put in the hands of a very low-tech user so I don'...
tvanover's user avatar
  • 1,211
22 votes
2 answers
4k views

Changing domain name - major security issue

I'm considering changing my domain name, which I've had for the past ~5 years, for a couple of reasons: Prices have gone up nearly 50% of the tld I'm using. I want to switch to .com During the years ...
php_nub_qq's user avatar
22 votes
6 answers
356k views

Locked out of Windows 10: login no longer shows Administrator, but only an account that I never used

I downloaded and updated my Windows 7 pro to Windows 10 today. I had two user accounts in Windows 7 before update; Administrator and Ritesh. I never used Ritesh account, so over the time I even forgot ...
Ritesh's user avatar
  • 361
22 votes
4 answers
17k views

Determine own domain group memberships XP Professional

This seems like it would be a simple question, but my Google skills have failed me. When logged into a domain (as a domain user without any admin rights), how can I determine what groups my user ...
Andrzej Doyle's user avatar
22 votes
4 answers
43k views

Is there a usermod equivalent in terminal for OS X 10.6.1

Can anyone tell me how to modify a user and add them to a group in terminal on SL (10.6.1)? It seems that usermod is not used by Mac.
ricbax's user avatar
  • 5,126
21 votes
3 answers
39k views

Can a Linux user belong to more than one group?

Can a Linux user belong to more than one group? If it is allowed, then one use may access files from two groups, that would be quite nice! If not, is there any alternative way to have this function? ...
hugemeow's user avatar
  • 2,299
21 votes
1 answer
45k views

users not found in /etc/passwd

I login to a linux box with username user1 and my home folder is in /home. There is another user named user2 that has its home directory in /opt/data/folder. If I want to check the list of users I ...
Abruzzo Forte e Gentile's user avatar
20 votes
3 answers
138k views

"Run as" for a .bat file

I'd like to run a .bat file as a different user to troubleshoot a rights problem which I suspect. For normal .exe files, you can Shift-right-click to get "Run as...". However, for a .bat file, this ...
sleske's user avatar
  • 23.2k
20 votes
6 answers
145k views

Can't unlock linux user account

I've got a Linux box (OpenSuSE 11.3) with a locked-out user account. I logged in as the root account to unlock it with passwd -u <user>, but I get a message 'Cannot unlock the password for <...
jam's user avatar
  • 689

1
2 3 4 5
34