Solved

You Have a File Named File1 and You Want to Create

Question 59

Multiple Choice

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.)


A) ln file link-to-file1
B) ln link-to-file1 file1
C) ln -s file1 link-to-file1
D) ln -s link-to-file1 file1
E) cp -s file1 link-to-file1
F) mv -s file1 link-to-file1

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions