Hello,
By default, a user created during installation has a /home/<username> directory created with umask=022. That means drwxr-xr-x.
A user created later with MCC/drakfont has a /home/<username> directory created with umask=077. That means drwx------.
Does anyone know the reason for this difference ? This behaviour is also true with OpenMandriva, Rosa... With Ubuntu, Zenwalk,... it is always umask=022. With Fedora, always umask=077.
Thanks.