Multiple choice

Which command is used to link files?

  1. lk

  2. ln

  3. cp

  4. tar

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The ln command is standard in Unix systems for creating links between files, either hard links or symbolic links. Cp copies files, tar archives them, and lk is not a standard file-linking utility.