root:x:0:0:Root Administrator:/root:/bin/bash
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
www:x:80:80:Web Server User:/var/www:/bin/false
tux:x:1000:1000:SliTaz User,,,:/home/tux:/bin/bash
messagebus:x:25:25:DBUS Daemon User:/dev/null:/bin/false
haldaemon:x:26:26:HAL Daemon User:/dev/null:/bin/false
swalf:x:1114:100:Linux User,,,:/home/swalf:/bin/bash
vinyl:x:1002:100:Linux User,,,:/home/vinyl:/bin/bash
baborum:x:1003:100:Linux User,,,:/home/babaorum:/bin/bash
swalf:x:1001:1001:Linux User,,,:/home/swalf:/bin/ash
root:x:0:
lp:x:10:
audio:x:20:tux,swalf,vinyl,baborum
nogroup:x:99:
www:x:80:
tux:x:1000:
messagebus:x:25:
haldaemon:x:26:
users:x:100:tux,swalf,vinyl,baborum
swalf:x:1001:
But if I try to create a new user, even if it creates the correct home, does not allow me to log in.
$ su swalf
$ su ** switch to user 'root'
$ \rm -R /home/swalf ** remove swalf's home directory
$ cp -R /home/tux /home/swalf ** copy tux's home directory
$ chown -R swalf:users /home/swalf ** change owner and groups... see below!
It looks like you're new here. If you want to get involved, click one of these buttons!