The root user on your system has issued the ln -s file1.txt file2.txt command. Which two
statements are true? (Choose two.)
A.
file2.txt will have 777 permissions.
B.
file1.txt will be symbolically linked to file2.txt.
C.
file2.txt will be symbolically linked to file1.txt.
D.
file2.txt and file1.txt will have the same inode number.
E.
file2.txt and file1.txt should exist on the same file system.
Explanation: