> if [ `id -gn` = $USER -a `id -u` -gt 14 ]; then > umask 002 > else > umask 022 > fi What's the rationale behind this? (it sets umask 022 for almost everybody) What's the rationale behind umask 022 for normal users? -- z wyrazami szacunku, Jakub Piotr Cłapa