files folder group wrong to save
March 06, 2026 —
BarryK
Caramel commented on this problem:
https://forum.puppylinux.com/viewtopic.php?p=166070#p166070
I have modified the 'init' script in the initrd, lines from 379:
if [ -z "$LOCKDOWN" ];then
SESSIONHOME="/mnt/${WKG_DEV}/${WKG_DIR}.session/session1"
ln -snf /mnt/${WKG_DEV}/${WKG_DIR}files ${SESSIONHOME}/files
chown 0:122 ${SESSIONHOME}/files #20251216 20260306
#chmod 777 ${SESSIONHOME}/files #20251216
chown 0:122 /mnt/${WKG_DEV}/${WKG_DIR}files #20260306
chmod 2770 /mnt/${WKG_DEV}/${WKG_DIR}files #20260306
fi
...where "122" is "filesgrp".
Tags: easy