Questions tagged [users]

160 questions
56
votes
3 answers

Why there are two users showing in uptime command results?

When I ran the uptime on my MacBookPro machine I got the following result: Last login: Thu Jun 3 14:43:40 on ttys000 Osama-Gamal-MBP-2:~ iOsama$ uptime 14:49 up 7 days, 20:10, 2 users, load averages: 0.29 0.24 0.24 Why it lists that there are two…
Osama Gamal
  • 1,177
  • 2
  • 10
  • 9
28
votes
3 answers

What's all those users in the /etc/passwd file?

The /etc/passwd is supposed to have a line for every user on the system. Amongst the common username and root there is a bunch of other users. Some examples: timidity:x:114:127:TiMidity++ MIDI sequencer…
Pithikos
  • 1,654
25
votes
3 answers

Is there a way in Linux to update the user/group properties without having to login again?

After I edit /etc/group and I add a user to groups it didn't belong to, the user will not be able to use it's newly acquired privileges unless it starts a new session. Is there a command to refresh user/group properties in an ongoing session?
Gubatron
24
votes
3 answers

View all login history on MacBook Pro running Mac OS X 10.6.8?

What command can I use in terminal to see login history? I think it's possible someone created a hidden account or booted the machine in safe mode.
20
votes
4 answers

Why does my Linux prompt show a $, instead of the login name and path?

On one of my servers, the prompt is [user@host path]...and I can actually push "tab" to auto-fill the path. But on my new Ubuntu server, it is just a dollar sign?
Alex
  • 2,601
18
votes
3 answers

useradd user with group with same uid and gid

I want to add a user named "nexus" with uid as 1234567 (example number) and gid 1234567. I'm running the following command: sudo useradd -r -U -u 1234567 -g 1234567 -m -c "nexus role account" -d /sonatype-work -s /bin/false nexus But I get the…
Fadi
  • 401
9
votes
8 answers

Powershell Get Active logged in user in local machine

I am trying to get currently logged in users who has active session. In the task manager, the list is crystal clear that there are two user sessions and one is active. I want to query the same via Powershell. I tried few of the available…
RaceBase
  • 693
8
votes
4 answers

How to open the Select Users, Computers, Service Accounts or Groups

The only way I know how to open the Select Users, Computers, Service Accounts or Groups is by right clicking on a folder and selecting Properties -> Security Tab -> Edit -> Advanced. Below is a screen shot of the window I want to access: Is there…
Dave
  • 25,513
8
votes
2 answers

Why do some packages require their own user to run?

Why in SVN, Apache, and many other programs, does the admin have to create a new user just for the server to use?
Ben
  • 1,377
  • 7
  • 22
  • 40
7
votes
3 answers

How to move users directory to another disk

I have been searching the forums for ways to move the C:\Users and C:\ProgramData folder to another drive for data security and what little performance gains it may give. The two most common methods I see are: moving the folders using robocopy and…
David_M16
  • 113
6
votes
13 answers

How do you explain more advanced computing concepts to a non super user?

I often have to explain computing concepts to non super users, and I often do it by relating computing concepts to real life situations. I wouldn't mind seeing how other super users do it, and some really good explanations might come in handy…
EvilChookie
  • 4,577
6
votes
2 answers

How to switch users without entering password

I'm a newbie running Ubuntu 9.10. I have two users (wife and me), and each user's screensaver is set to lock so that on wakeup, we get to choose which user's desktop to go to. However, Ubuntu requires a password, so this is pretty tedious. I'd like…
6
votes
7 answers

What is the best answer for: "my Internet is not working"?

I look for work in IT Support. One of interview questions is: what would you first say if user call You and tell my Internet is not working? I think about it a lot and still don't know what is correct answerer nor what answer my future employer…
5
votes
1 answer

Windows 8 - Moving Users Folder from SSD to HDD - "local volumes are required to complete the operation", cannot complete system restore

I am trying to move C:\Users (SSD) to B:\Users (HDD) using the following tutorial on a clean install of Windows 8 -> upgraded to 8.1 straight away:…
Vixxd
  • 151
5
votes
1 answer

What user should sshd.exe run as on Windows 10

Been running the Windows version of OpenSSH (Installed through manage optional features GUI) for a while on a Windows 10 server box. So far, SSH has only been used on the LAN, however I am working on hardening my SSH config in view of exposing it to…
M_D
  • 582
1
2 3
10 11