[FreeNX-kNX] Setting "umask" for user logging in

Murray Trainer mtrainer at central-data.net
Mon Oct 24 08:30:04 UTC 2005


Putting it /etc/profile.local is probably the way to go on SuSE but you
probably should exclude root as below   
            
if [ "$UID" != 0 ]; then
    umask = ????
fi

Regards

Murray

> I want to set a user's "umask" when he logs into a SuSE 9.2/KDE system
> using nxclient.  How do I best do that?  Do I have to edit startkde?
> 
> Along these lines: Where can I set custom environment variables for a
> user?  Unfortunately "~/.profile" doesn't get loaded.




More information about the FreeNX-kNX mailing list