1echo file number one > file1
2echo file number two > link1
3busybox ln -f file1 link1
4test -f file1
5test -f link1
6