From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <161fdb3045375f100d54981867c53bcb@swtch.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] chmod +t From: "Russ Cox" Date: Wed, 15 Feb 2006 14:03:28 -0500 In-Reply-To: <9a3151ca33f840f4a325d2bfd746f417@9netics.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: ff974e96-ead0-11e9-9d60-3106f5b1d025 > newer fs like ramfs know about the 't' bit, so i assume that the > following is due to kenfs. > > term% chmod +t xxx > chmod: can't wstat xxx: wstat -- unknown bits in qid.type/mode the t bit is not implemented by the old file server. it is not implemented by ramfs either, but no one told ramfs. russ