Hello,
I need to compile a few tools, install some scripts, install some perl modules, etc. I plan to use this software from two accounts, chongo and paulnoll. Normally I would install this software under /usr/local/{bin,lib,shin} from a common source tree under /usr/local/src. Obviously this won't work as /usr/local is common among other servers.
What I would prefer is to have a single source tree on the server where the software could be built and a single installation tree where the code is installed that could by both users.
I could open up directory permissions on one home directory, but that would at a minimum make the home directory readable by all users in the group user. Not a good solution.
I could, as a hack, use rsync / scp to install into the account of the other user. That would be an ugly hack and would be wasteful of disk space.
How would you suggest that share a common directory between these two accounts?
chongo (Landon Curt Noll) /\oo/\
I need to compile a few tools, install some scripts, install some perl modules, etc. I plan to use this software from two accounts, chongo and paulnoll. Normally I would install this software under /usr/local/{bin,lib,shin} from a common source tree under /usr/local/src. Obviously this won't work as /usr/local is common among other servers.
What I would prefer is to have a single source tree on the server where the software could be built and a single installation tree where the code is installed that could by both users.
I could open up directory permissions on one home directory, but that would at a minimum make the home directory readable by all users in the group user. Not a good solution.
I could, as a hack, use rsync / scp to install into the account of the other user. That would be an ugly hack and would be wasteful of disk space.
How would you suggest that share a common directory between these two accounts?
chongo (Landon Curt Noll) /\oo/\