Multiple choice technology operating systems Which command will create a hard link named "Link" to the "Test" file? ln -s Test Link ln Test Link ln / Link Test ln -h Link Test Reveal answer Fill a bubble to check yourself B Correct answer Explanation The ln command without any flags (like -s for symbolic links) creates a hard link. The syntax ln Test Link creates a hard link named 'Link' pointing to 'Test'.