LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Make a normally read write folder read only with LTSP? (https://www.linuxquestions.org/questions/linux-newbie-8/make-a-normally-read-write-folder-read-only-with-ltsp-4175586604/)

jmgibson1981 08-08-2016 05:27 PM

Make a normally read write folder read only with LTSP?
 
What would be the best way to make /home/$USER read only to my ltsp clients whilst remaining read write on the host?

chrism01 08-08-2016 11:49 PM

One option is to make it rw for owner (host) and 'r' for group and put other user in group.

aragorn2101 08-09-2016 04:25 AM

Code:

chmod 744 /home/$USER


All times are GMT -5. The time now is 09:33 PM.