Default link created by 'ln' command is ?
-
Soft link
-
Hard link
-
Link
-
None of the above
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.