From mboxrd@z Thu Jan 1 00:00:00 1970 From: xlp Subject: mode_t mode in mkdir(2) Date: Sat, 22 Jun 2002 16:47:39 -0500 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20020622164739.A44581@nietzsche> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org hi ppl, What are the values for mode_t mode in mkdir(2) ?, HOw can i know what mode to use?, What is the relation between the valude of node and the user file mask?. bye