Tried this with busybox :-
# cp /etc/hosts /tmp/a
# ln -s /tmp/a /tmp/b
# cp /etc/passwd /tmp/b
After this, /tmp/b which was a symbolic link has become a normal
text file which content is /etc/passwd. File /tmp/a
remaind unchanged.
When I tried this with gnu 'cp' the end result
is /tmp/b remain as a symbolic link, and /tmp/a was modified
accordingly.
Any comments ?
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox