Hi! I have a question.
So, I need to create on my PC “guest” account… So, how to turn off in this account mounting of some drives for example and so on?..
Thank you…
Hi! I have a question.
So, I need to create on my PC “guest” account… So, how to turn off in this account mounting of some drives for example and so on?..
Thank you…
AFAIK the drives will be mounted whatever user is logged in.
You can restrict a user by making them a member of a group which only has access to certain folders/files.
Bear in mind that they will have read access to any folder/file which is open to ‘others’ unless you close that off on all other folders/files.
You may get a more helpful answer if you describe exactly what you want to do in more detail.
Ha! … Ok…
the problem is… Suse is installed on my laptop, so there is only one user (me) with password, of course…
And some times my mother or sister or someone else need to login on my laptop JUST to browse the Internet …
So, I don’t like to tell em my pass, of course
And I have an idea to create the “guest” user, where will be only Firefox shortcut on the desktop … And without any access to my hard drives (NTFS drives, system is on another)…
So… understand?
I now understand the problem. Because Windows permissions are different from Linux permissions, while you could create one or more Linux users with restricted access within Linux and give them their own passwords, they would have the same access to Windows as you do - unless someone more expert than I in setting up Windows mount points can offer a suggestion.
First of all I suggest you do a bit of reading on linux permissions. What you want can easily be acchieved, but needs a little knowledge. Even if following directions brings you exactly what you want, maybe next year you want the guest-user to be able to access one or more of the partitions, so read about this.
This is how it can be done:
You can make the changes from Yast - Users and groups.
Is there a kiosk mode that will do what he wants also?
Ok, thanks a lot… I’ll try this instructions and to find out smth. about permissions… :))
Oh, one little question not about this problem, if I may?.. I have a Perl script, for example, is it hard to make this script “standart” for system?..
For example, I have a calculator script, so to call it, I need this - “./cacl.pl 1+1”…
And I’d like this, simply - “calc 1+1”…??