Which command is utilized to create links between files?
Explanation
The 'ln' command is used to create links between files. It allows you to make hard or symbolic links. Other commands like 'cp' copy files, 'tar' archives files, and 'lk' is not a standard command for linking.