Am Mittwoch, 12. Dezember 2007 schrieb Grant: > I don't want the user to be able to do much of anything but browse the web, > use skype, and maybe look at photos on a CD or something.
Maybe what you want can be achieved by running KDE in kiosk mode. However, never did this myself, so you should search kde.org or Google for the details. > I've noticed when adding this kind of a user in the past they are able to > look at files all around the system that I'd prefer they can't. Why? System directories look nearly the same on any Linux system, so it doesn't really make sense to restrict read access to them. For other, private directories you could take away permissions for "others" (i.e. chmod 750 mydir) and in addition _don't_ put that user in the users group, or use ACLs for more fine grained access control (see man getfacl, man setfacl). HTH... Dirk
signature.asc
Description: This is a digitally signed message part.