umask help
Craig Skinner
craig.skinner at kepax.co.uk
Sat Aug 26 03:40:35 PDT 2006
On Sat, Aug 26, 2006 at 04:31:52PM +1200, George Goodman wrote:
> >
> > I have never seen a 4-digit umask. What shell are you using?
>
> bash.
>
Don't bother with bash.
Many people have had (upgrade) problems with various shells residing in
/usr/local/bin: not being able to mount /usr[/local], driving 500 miles
to put a console on the box, etc, etc........
ksh is great, is the default, has a great man page,.......
BTW, here is my /etc/profile:
$ cat /etc/profile
[ -o interactive ] && . /etc/ksh.kshrc
# cat ~/.profile
: ${HOME='/root'}
: ${PKG_PATH='ftp://berlina/pub/OpenBSD/3.9/packages/i386/'}
export HOME PKG_PATH
umask 022
PATH is set in /etc/login.conf
More information about the Openbsd-newbies
mailing list