I am running Dapper 6.06
When I copy a file from one directory (/home/ray/RayTest/) to another directory (/home/11a/homework/) the group ownership of the file changes unfortunately. While in the ~/RayTest directory, the group ownership was "students". After copying the file to the ~/homework directory, the ownership becomes "root". How can I stop this from happening?
The group ownership of the ~/RayTest directory is "students" and the group ownership of the ~/homework directory is "root".
Basically I want to set up a directory in my account that I can copy homework assignments from to various students in the same computer and also to other computers on the same network. I want only the intended student and myself to be able to see the assignments and also to see the directory that they move the completed assignment into. Can someone point me to some good reading on this topic please?
When I copy a file from one directory (/home/ray/RayTest/) to another directory (/home/11a/homework/) the group ownership of the file changes unfortunately. While in the ~/RayTest directory, the group ownership was "students". After copying the file to the ~/homework directory, the ownership becomes "root". How can I stop this from happening?
The group ownership of the ~/RayTest directory is "students" and the group ownership of the ~/homework directory is "root".
Basically I want to set up a directory in my account that I can copy homework assignments from to various students in the same computer and also to other computers on the same network. I want only the intended student and myself to be able to see the assignments and also to see the directory that they move the completed assignment into. Can someone point me to some good reading on this topic please?
Ray
Comment