On Wed, Mar 23, 2016 at 12:22 PM, Rick Lair <[email protected]> wrote:
> > Any thoughts as to what I may need to do, to allow us to copy back and > forth with out permission problems? > There is a lot that has to be done correctly or at least the same way on each computer. There are some arbitrary choices that need to be made the same way all across your network. You don't provide us with any information at all about your problem so I can't find it for you. In general.... 1. files when they are created have a set of permissions by default. Many times the default is set so that only that user can read or write to the file. Sometimes the default is that others can read but not write. You can see or set the default with the "umask" command. 2 how do you manage users? Are you copying there /etc/passwd file around to al the machines or using a centralized database 3 How are you copying files. Are these Windows shares, NFS or what? 4. some systems set up a group for each user and some don't. Some people call these private groups. If you use this convention it should be on used all the machines There is just WAY to much to list, tell us what you are doing, the exact error messages and the results of "ls -al" on both computers -- Chris Albertson Redondo Beach, California ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
