c*****l 发帖数: 135 | 1 This is a simple and silly question. Your help is greatly appreciated.
I created a group for two accounts: A and B, and a group folder at /home/
proj. What I want to do is ``mount'' the folder at both /home/A/proj and /
home/B/proj, so that both A and B are working on the same folder. How can I
do that? | S*A 发帖数: 7142 | 2 you can symlink /home/A/proj to /home/project
or use "mount --bind".
I
【在 c*****l 的大作中提到】 : This is a simple and silly question. Your help is greatly appreciated. : I created a group for two accounts: A and B, and a group folder at /home/ : proj. What I want to do is ``mount'' the folder at both /home/A/proj and / : home/B/proj, so that both A and B are working on the same folder. How can I : do that?
|
|