> 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
