Multiple choice technology operating systems

Default link created by 'ln' command is ?

  1. Soft link

  2. Hard link

  3. Link

  4. None of the above

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

By default, the 'ln' command creates a hard link (option B) in Unix/Linux systems. A hard link is a direct reference to the same inode as the original file. Soft links (symbolic links) require the '-s' flag. The default behavior without any flags is to create a hard link.