[CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

Roger Leigh rleigh at codelibre.net
Mon Jun 6 14:42:45 EDT 2016


On 06/06/2016 16:30, B00083603 Michael O Brien wrote:
 > Is there a way to set things up so that I can streamline the install 
across all the vm's and ensure permissions are set correctly on each vm?
> drwx------ 25 myaccount Domain Users 3072 Jun  5 14:47 /home/myaccount/

A simple "chmod 0755 /home/myaccount/" should be sufficient.  If it's 
NFS mounted, all the VMs will have the same permissions here.

Regards,
Roger


More information about the CMake mailing list