Linux - GeneralThis forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
What I would do is create a group called files. Set the group of everything /home/files to this new group called files. Then add both your user files and your user npike to the group. Make the files read/writeable by members of the group and set the suid bit on them all. Make sure you disable all permissions to people not in the group. Then you could do a symbolic like into your home directory and you should be able to do anything you want to the files.
First you have to change the file's home permisson so that npike to access it. I would do a "chmod -R 777 /home/file". Becareful though, this means anybody can do anything at /home/file. For convinience make a symbolic link in npike home to point to /home/file for easy access. I would do a " ln -s /home/file file". There is of course other way of doing this like change the /home/file to npike groups... but I leave that to you to find out.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.