在Linux系统中,对命令“ln file1 file2”描述正确的是
建立软链接file1,并指向file2
建立硬链接file1,并指向file2
建立软链接file2,并指向file1
建立硬链接file2,并指向file1