Questions tagged [users]
For questions related to users, user accounts, user permissions or guest accounts.
1,533 questions
0
votes
0
answers
55
views
Install of Ubuntu so the user can specify Settings himself [duplicate]
I have had many requests lately to install Ubuntu on older and newer laptops by our customers.
And although I really like it and use it myself on my personal laptop I have a hard time installing it ...
0
votes
1
answer
63
views
Unexpected user accounts after apt-get upgrade on Ubuntu 24.04 (Raspberry Pi)
I’m running Ubuntu 24.04 on a Raspberry Pi 5. A few months had passed since my last update, so I recently executed sudo apt-get upgrade. After all packages were updated and I rebooted the system, I ...
-3
votes
1
answer
83
views
How to display a list of disabled accounts?
How would I display a list of disabled / locked users?
1
vote
1
answer
90
views
Different users different xev
I have a problem not being able to close windows with ctrl-w, see can't close windows with ctrl-w anymore.
Investigating this I create a new user, x, logging in as x ctrl-w works as expected.
Now I ...
0
votes
0
answers
85
views
Configuration of HOME and SKEL Variable
I'm trying to understand where the configuration files are that define the default values for the home directory and its structure. In RHEL 9, these values are set in the:
/etc/default/useradd
but ...
1
vote
1
answer
80
views
How can I clone Ubuntu bootable USB to generic account?
I have a 64GB bootable USB drive on which I have installed and customized Ubuntu 24.04.2 LTS. I would like to create a copy of this drive. On the 64GB USB copy, I will keep the same software and ...
1
vote
0
answers
139
views
Configure `Automatic Login` remotely (SSH or RDC)
I have an Ubuntu 24.04.2 machine at a remote customer site, connected to a touch-screen monitor. I can 'fully' manage this machine by connecting with SSH or RDC, this works really well, and I can do ...
1
vote
1
answer
86
views
Why does ps show processes with ruser and euser different from those stated in options?
In the man pages for the ps command, we have the following options
-U userlist
Select by real user ID (RUID) or name. It selects the processes whose real user name or ID is in the
...
7
votes
2
answers
2k
views
How do I prevent normal users from logging in during system maintenance?
What can I do in Ubuntu for preventing normal users from logging in during system maintenance?
(This is on a server where user accounts are just local user accounts, not network accounts.)
man 5 ...
0
votes
1
answer
119
views
Crontab isn't working with reboot parameter
I did a crontab job for my user with crontab -l. After that I ran crontab -e and selected Nano.
Then I entered my command:
@reboot expressvpn connect "USA - Michigan"
When I login with my ...
0
votes
0
answers
116
views
User desactivated after VPS migration/restart
After a VPS forced migration by host, main user ubuntu is desactivated.
VPS restart at 10PM and /etc/shadow file have been modified at 10PM.
Change is the ! added:
ubuntu:!$
Host says it can't be them....
0
votes
0
answers
25
views
Why the primary user can use the sudo command if he does not appear in the /etc/sudoers file? [duplicate]
When Ubuntu Desktop is being installed is requested create a primary user, let's named as tron
Once installed the OS is possible later do updates in the system through the sudo apt update command and ...
0
votes
1
answer
321
views
I enabled WSL and installed Ubuntu from the Microsoft Store, but why are my PC users not showing up in Ubuntu?
I installed Ubuntu from the Microsoft Store after setting up WSL (Windows Subsystem for Linux), but after launching Ubuntu, I encountered an issue. By default, I am logged in as the root user, and ...
0
votes
1
answer
4k
views
/dev/ttyACM0 permission denied on Ubuntu 24.04
I'm struggling to access an MCU connected to the USB and presented as a serial port: /dev/ttyACM0. What worked well in Ubuntu 22.04 does not work in 24.04.
Whenever I connect the device, the only way ...
0
votes
0
answers
148
views
Error while trying to install x-org via rpm pkg using alien
I am currently using AMD Ryzen 5500 U CPU and am new to using Ubuntu 24.04.1 LTS ,the installation of
Ubuntu was a bit tricky as i had to edit the grub config and set it to nomodeset in order to boot ...