Comment on desktop user password issues. can't do squat in desktop.

NateNate60@lemmy.world ⁨1⁩ ⁨day⁩ ago

I’m not sure exactly what causes this, but you can work around it as long as you can actually run commands as root (i.e. using sudo) in the terminal.

The command to add a new user is adduser.

The command to add a user to the administrators group (i.e. give them the ability to use sudo) is usermod -aG wheel.

These commands should be run as root by prepending sudo.

source
Sort:hotnewtop