From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <140e7ec30808200253n1fc9713cl815ba3ec81b86ff7@mail.gmail.com> Date: Wed, 20 Aug 2008 17:53:20 +0800 From: sqweek To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: <759CDFC94C178DC27A2B957B@computer> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <21B90DF1879B646357EE1DAC@F74D39FA044AA309EAEA14B9> <140e7ec30808192202h38872bfbh5e3ea4e521e1df24@mail.gmail.com> <759CDFC94C178DC27A2B957B@computer> Subject: Re: [9fans] Using the Acme Editor Topicbox-Message-UUID: 02793860-ead4-11e9-9d60-3106f5b1d025 On Wed, Aug 20, 2008 at 5:15 PM, Eris Discordia wrote: >> Wow. Does memorising codepoints fall under your job description aswell? > > No. I looked it up in Microsoft Windows' Character Map. Saw it was below > 255. Knew UTF-8 corresponds to ASCII in lower character codes (not sure > 7-bit or 8-bit). Figured it could as well be 8-bit ASCII. The ascii that is 8 bits is not the true ascii. >> ifconfig: only root can do that >> mount: only root can do that > > Funny, but then not funny. > > What's the Plan 9 way of solving that? Trusting the user at the terminal? No. Private namespaces. >> cp: /mnt/cell: permission denied > > Why "permission denied?" Sorry, that should have been "no such file or directory". You need a mkdir. -sqweek