Multiple choice Which command is used to link files? lk ln cp 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.