I have a directory /data which belongs to the tct-data group. I also have an external drive connected through the USB mounted in /media/tct/external_drive. I want to create a symlink inside /data pointing to /media/tct/external_drive/somewhere/in/the/drive and that all users from the tct-data group can follow this link and work normally there. I tried ln -s /media/tct/external_drive/somewhere/in/the/drive /data/work_here but then other users still cannot access. I also set chown :tct-data -R /media/tct/external_drive/somewhere/in/the/drive and still other users cannot access it. How can I do this?
Asked
Active
Viewed 123 times
0
user171780
- 160