howto lock user in his home folder in ubuntu desktop OS
feedback
|
|
Considering that for directories the permissions bits do the following:
you could change the permissions of the "others" user of the directories in the filesystem that you want to quarantine from the user. While in theory this solution should work, I did not tested it and I can't say that there would be no problems involved. | |||
|
feedback
|
|
You could chroot their home directory, then they would not be able to see anything below that. | |||
feedback
|
|
You might consider aliasing the To avoid allowing a user to list other directories you must remove the 'x' flag from other directories. To make this the default behavior you should use | |||
|
feedback
|