> 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

Reply via email to