Questions tagged [users]

157 questions
52
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,137
  • 2
  • 9
  • 9
29
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,564
  • 2
  • 15
  • 20
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
22
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.
user449442
  • 221
  • 1
  • 2
  • 3
18
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,391
  • 14
  • 35
  • 48
12
votes
2 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
  • 301
  • 1
  • 2
  • 10
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,297
  • 10
  • 57
  • 69
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
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,569
  • 1
  • 25
  • 34
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…
Torben Gundtofte-Bruun
  • 18,100
  • 39
  • 108
  • 145
6
votes
5 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
  • 633
  • 4
  • 11
  • 24
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…
Maciek Sawicki
  • 1,152
  • 1
  • 11
  • 16
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
  • 51
  • 1
  • 5
4
votes
2 answers

Limit which local users may connect to X11 display

I have an X.org server running on my machine (Gentoo Linux without PAM, PolicyKit etc), incoming TCP connections are disabled with -nolisten tcp. Is it possible to establish a whitelist specifying which local users are allowed to open windows on…
user267565
  • 41
  • 1
  • 4
4
votes
1 answer

Create browser only session (Ubuntu)

I was recently in a Virgin media shop and was interested to see that they had laptops running Ubuntu for customers to browse the web on. The setup itself was interesting and I'm wondering if anyone knows how to recreate it. The features were: Only…
beacon_bonanza
  • 188
  • 1
  • 2
  • 7
1
2 3
10 11