Answer:
B because if you where to go in and try to make a file via terminal it would have to be like
$ echo file1 > file1
$ ln -s file1 file2
$ cat file2
file1
$ ls -ld file2
lrwxrwxrwx 1 lubos lubos 5 Jan 10 14:42 file2 -> file1
for the example
3.7m questions
4.8m answers