Questions tagged [multi-user]

34 questions
10
votes
1 answer

Is it possible to implement a "name" booking system using linux file permissions

I have a linux multi user server with 100+ users in /etc/passwd I would like to allow users to "book" / "reserve" a name of their liking (in this case a subdomain, but that details doesn't matter) I have created a directory called /reservations and…
10
votes
1 answer

How to ensure user separation on an old school shell server

I want to run an old school shell server for a couple of people, ie. one where users get ssh access so they can run software (their own or provided). My concern is appropriate separation between users. I don't want them to view each other…
10
votes
1 answer

How to set up Ubuntu for multiple users at the same time?

I'm still kinda new to linux and my understanding was I could let multiple people (at the most me + two more) use my pc at the same time. If this is indeed the case, how do I?
Slade
  • 101
  • 1
  • 1
  • 3
9
votes
3 answers

Give multiple users transparent ownership of directory and contents

I've got a directory that I want to be owned by multiple users on the system. That is, I want any application running as oli to think those files are owned by oli, just as any application run by jim will think the same. This is not the same as just…
Oli
  • 299,380
8
votes
4 answers

SD card operations from multiple user accounts?

I am running Ubuntu MATE 16.04 and copying images to and from my internal SD card reader basically works fine… on my main account. If another family member logs in (my login still active in the background, not logged out) and then inserts an SD…
Frank N
  • 1,430
4
votes
1 answer

Considerations for using `/tmp` directory on multi-user systems

As I've been learning more about Ubuntu and bash programming I've been storing variables in /tmp. For example in-between calls to the same bash script I want to record the previous state. On my current single user system there is no danger of…
4
votes
0 answers

Ubuntu 14.04 Mouse Pointer/cursor disappears when changing user

I have Ubuntu 14.04 installed (using unity) and everything seems to work fine until I try to use a second user. Once I click to log into another user it takes me back to the login screen and once it finishes drawing the cursor vanishes. After this…
3
votes
2 answers

Is chroot the right choice for my use case?

Backstory: I am working on setting up a MineCraft server and want to allow admins to have ssh access to the MineCraft server console and appropriate mc server files, but not the whole system. The console provided by the minecraft server is only…
Anthony
  • 1,086
3
votes
0 answers

How do I hide my custom Unity panel indicators from another user account on the same machine?

I created a second user account on my machine, making it a "standard" user account. When I log into that account, most of the panel indicators I've added in my own administrator user account show up here as well -- but not all of them (e.g., the…
Inkayacu
  • 835
2
votes
2 answers

How can multiple people concurrently use a single machine with a keyboard and monitor each?

Is there a multi-user system in which several users can log in simultaneously? It should support several end-users with only one keyboard, mouse and monitor each. These users should be able to run programs simultaneously, as if they were on separate…
ahmed
  • 75
  • 2
  • 10
2
votes
2 answers

How to set up an old laptop as a wireless terminal to the desktop

I have searched countless phrases to find an answer and can't quite figure this one out. It is to my understanding that (as it was many moons ago at universities and the like) you can still use one central setup to do the…
DeeJayh
  • 408
  • 1
  • 5
  • 17
2
votes
1 answer

Running multiple ubuntu GUIs on a single machine

I have a pc with a powerful cpu, gpu and a large ssd for the ubuntu installation. I want to connect multiple screens and mice, so each user has his own Ubuntu GUI running on his screen. Think about it as a way to have two computers in one body. Is…
2
votes
0 answers

multiple loginctl sessions when using xrdp

I have followed this answer https://askubuntu.com/a/1409120/376806 here, but I am having this issue. Sometimes When I log in again using the same user. It creates multiple sessions. loginctl list-sessions, and at some point, a user is unable to log…
Atif
  • 594
2
votes
1 answer

Landing in systemd emergency prompt after lengthy boot repair process. Problem: Missing FS in fstab flile

I realize there's been several questions by people who've had issues booting already, but I think mine is a rather particular case, so I'm posting yet another question in hopes of addressing some new issues. I've been repairing the boot process of a…
2
votes
0 answers

How to make system boot to text mode with high resolution and use startx to start KDE on Kubuntu?

I've tried a few suggestions, but have hit walls each time with various odd issues and would like a clear and working strategy to make Kubuntu 20.04 start to a higher resolution text mode console with autologin and then be able to execute startx to…
ylluminate
  • 1,629
  • 3
  • 19
  • 27
1
2 3