From owner-freebsd-hackers Thu Aug 26 3:26:29 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id C6A8315C11 for ; Thu, 26 Aug 1999 03:26:19 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11Jwhm-000FDZ-00 for freebsd-hackers@freebsd.org; Thu, 26 Aug 1999 12:24:26 +0200 From: Sheldon Hearn To: freebsd-hackers@freebsd.org Subject: mkfifo default creation mode 0777 Date: Thu, 26 Aug 1999 12:24:26 +0200 Message-ID: <58500.935663066@axl.noc.iafrica.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I'm about to add a flag to mkfifo that allows you to specify creation mode. NetBSD does this already. However, there's a difference in the way our mkfifo and NetBSd's mkfifo create files. We create with permissions 0777 modified by umask. NetBSD creates with permissions 0666 modified by umask. I can't see why we use 0777. Would bad things happened if I changed this to 0666 while I'm in there? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message