search for: dest_dir2

Displaying 1 result from an estimated 1 matches for "dest_dir2".

Did you mean: dest_dir
2004 Jul 30
1
Symlinks out of sharing still not working on 3.0.5
..... lrwxrwxrwx 1 dito bcc 12 Jul 29 21:11 orig_dir -> tmp/dest_dir Why samba is linking to "tmp/dest_dir" when should link to "/tmp/dest_dir"? (note initial slash missing) D102-054 [/lp/home/dito/tmp] > mkdir tmp2 D102-054 [/lp/home/dito/tmp] > mkdir dest_dir2 D102-054 [/lp/home/dito/tmp] > cd tmp2 D102-054 [/lp/home/dito/tmp/tmp2] > ln -s ../dest_dir2 orig_dir2 ln: creating symbolic link `orig_dir2' to `../dest_dir2': input/output error Other symlinks that don't start whith ".." ou "/" works properly. What's go...