Displaying 1 result from an estimated 1 matches for "rj4aolcj".
2014 Mar 26
1
How would I make dir2 a copy of dir1 w/hardlinks for the files?
I have a dir "dir/"
with 2 dirs in it "a/" and "b/".
dir b/ has a file in it 'file'
dir a has a relative symlink to that file:
Ishtar:/tmp> ll dir
total 0
drwxrwxr-x 2 20 Mar 26 10:51 a/
drwxrwxr-x 2 17 Mar 26 10:49 b/
Ishtar:/tmp> ll dir/{a,b}
dir/a:
total 0
lrwxrwxrwx 1 9 Mar 26 10:51 symfile -> ../b/file
dir/b:
total 0
-rw-rw-r-- 1 0 Mar 26