From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 23 May 2007 20:25:37 +0200 From: "Fabrizio Colalucci" To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] Newbie question Topicbox-Message-UUID: 71233a24-ead2-11e9-9d60-3106f5b1d025 Hi all, I'm a newbie in Plan 9. My problem is that I need to copy some files to the root ("/") directory, but when I try that, the system returns: cp can't create /: '/' mounted directory forbids creation I know (or better, I think) it's a permission problem, so how can I do to write in that directory? Thanks to everybody in advance.