I'm trying to create a fairly basic Kiosk type installation for a Visitor Centre, but they need to have a password on the machine to make sure they know when somebody wants to use it (so they can charge them). It seems a password can't be set on the Guest account, (which is the ideal type of account for their requirements), is that the case? If so, is there an alternative anyone might recommend? I need to make sure that any user cannot mess up the installation, and also cannot mess up the user account. Thanks in advance.
Asked
Active
Viewed 163 times
standard
account, give it a password. Now this account can't edit the system without, the password of your administer account, so can't install anything or edit any thing on /. To make the new accounts home folder read only, log in as your admin and runsudo chmod 744 /home/your/standard/account/user
, now only root can create or remove files in this folder, hope that helps – Mark Kirby Jul 21 '15 at 11:50guest
account http://www.techlw.com/2012/05/disable-guest-account-in-ubuntu-1204.html – Mark Kirby Jul 21 '15 at 11:51