From owner-freebsd-questions Mon Nov 3 22:59:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17214 for questions-outgoing; Mon, 3 Nov 1997 22:59:41 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from css.tuu.utas.edu.au (acs@css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17209 for ; Mon, 3 Nov 1997 22:59:37 -0800 (PST) (envelope-from andrew@ugh.net.au) From: andrew@ugh.net.au Received: from localhost (acs@localhost) by css.tuu.utas.edu.au (8.8.5/8.8.5) with SMTP id RAA25838; Tue, 4 Nov 1997 17:59:25 +1100 (EST) X-Authentication-Warning: depravitas.tuu.utas.edu.au: acs owned process doing -bs Date: Tue, 4 Nov 1997 17:59:24 +1100 (EST) To: "Greg...-*smile*-" cc: questions@freebsd.org Subject: Re: umask command In-Reply-To: <9711040300.AA05818@oz.plymouth.edu> Message-ID: X-Meaning-of-Life: none X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Nov 1997, Greg...-*smile*- wrote: > can someone please explain the umask command to me.... > I found it in my .login man csh then type /umask[return] Also, man umask man 1 chmod man 2 chmod umasks are the "inverse" of chmods BTW...ie touch fred;chmod 744 is like umask 022; touch fred Andrew