Tagged Questions
2
votes
1answer
174 views
Directory sync across SSHFS involving symlinks
I have 2 Ubuntu Linux boxes with similar directory structures, LX02 and LX04. When I ssh from a terminal on LX02 to LX04 and go to my main scripting directory, /root/sbin, I see a different set of ...
3
votes
2answers
187 views
Can I make a symlink point to different locations on different machines?
Before you say "no", a workaround would also be fine.
Here is the situation: I have two machines local and compile, both including the same ~ over nfs from a third machine files. I would like to have ...