mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00
Base: Move user nona from group 200 into existing group users
It seems that group 200 never existed, and group 100=users always did:
90bab5ea71
This commit is contained in:
parent
ac104f7845
commit
2a051738ca
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@ lookup:!:10:10:LookupServer,,,:/:/bin/false
|
||||||
window:!:13:13:WindowServer,,,:/:/bin/false
|
window:!:13:13:WindowServer,,,:/:/bin/false
|
||||||
sshd:!:19:19:OpenSSH privsep,,,:/:/bin/false
|
sshd:!:19:19:OpenSSH privsep,,,:/:/bin/false
|
||||||
anon:!:100:100:Anonymous,,,:/home/anon:/bin/Shell
|
anon:!:100:100:Anonymous,,,:/home/anon:/bin/Shell
|
||||||
nona:!:200:200:Nona,,,:/home/nona:/bin/Shell
|
nona:!:200:100:Nona,,,:/home/nona:/bin/Shell
|
||||||
|
|
|
@ -191,7 +191,7 @@ chmod 700 mnt/root
|
||||||
chmod 700 mnt/home/anon
|
chmod 700 mnt/home/anon
|
||||||
chmod 700 mnt/home/nona
|
chmod 700 mnt/home/nona
|
||||||
chown -R 100:100 mnt/home/anon
|
chown -R 100:100 mnt/home/anon
|
||||||
chown -R 200:200 mnt/home/nona
|
chown -R 200:100 mnt/home/nona
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
||||||
printf "adding some desktop icons... "
|
printf "adding some desktop icons... "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue