I keep my personal data files in a separate partition
sda1 puppy iso's
sda2 personal data files
I think this is common as you can use files no matter what puppy you have running.
However I just realized that the default access permissions are read to the world.
I want to change that so I set the parent directory permission to 700
From what I understand and some testing this should block access to the world as "Root folder permission limits child files permission"
However I want to go a bit farther and set all files and directory (personal data only) to 750 and maybe set the umask to 027 in my bashrc
Anyone done this or have any advice?