From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Wed, 4 Feb 2015 09:52:24 +0000 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] adm "user" on plan9 raspberry pi Topicbox-Message-UUID: 3fdc8f22-ead9-11e9-9d60-3106f5b1d025 > I need to access to /adm/timezone to change the timezone. > > How do I log as user adm ? To change /adm/timezone you only need to be part of group adm. If you're "logged in" (ie booted) as glenda, just add glenda temporarily to the group using the fossil console (as current hostowner, glenda has authority over the local fossil). % echo uname adm +glenda >>/srv/fscons % ... do stuff with /adm/timezone % echo uname adm -glenda >>/srv/fscons