From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 20 May 2012 19:44:19 +0200 From: David du Colombier <0intro@gmail.com> To: 9fans@9fans.net Message-ID: <20120520194419.72893043@gmail.com> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Changing ownership of files or chown is missing Topicbox-Message-UUID: 940a72b4-ead7-11e9-9d60-3106f5b1d025 > Could somebody explain to me why there is no concept of chown on > plan9 and what is the plan9 way around changing the owners and groups > of files? Thanks. You could use the "chgrp -u" command, but it will only work if you mounted the file system allowing arbitrary changes with wstat. The Fossil "srv" and "open" commands take the "-W" parameter to do that. Alternatively, you can use the "wstat" command in your file system console. -- David du Colombier