cc_staff
32
edits
Line 91: | Line 91: | ||
Now, depending on how you copy you files, what software you use, that software either will | Now, depending on how you copy you files, what software you use, that software either will | ||
respect the ownership of the directory and apply the correct group, or it may insist on | respect the ownership of the directory and apply the correct group, or it may insist on | ||
retaining the ownership of the source data. In the latter case you have | retaining the ownership of the source data. In the latter case you will have a problem like | ||
you have. | you have now. | ||
Most probably your original data belongs to “username:username", properly, upon moving it, | Most probably your original data belongs to “username:username", properly, upon moving it, | ||
Line 105: | Line 105: | ||
</pre> | </pre> | ||
This will correct the ownership of the files inside '''data_dir''' directory in your project space. | This will correct the ownership of the files inside '''data_dir''' directory in your project space. | ||
=== Finding files with the wrong group ownership === <!--T:18--> | === Finding files with the wrong group ownership === <!--T:18--> |