You have a file named file1 and you want to create a symbolic link named link-to-file1 to the file. In a terminal window, which command accomplishes what you want? (Choose 2.)
Select all that apply, then click Submit answer.
-
○
ln file link-to-file1
-
○
ln link-to-file1 file1
-
○
ln -s file1 link-to-file1
-
○
ln -s link-to-file1 file1
-
○
cp -s file1 link-to-file1
-
○
mv -s file1 link-to-file1