By default, the 'ln' command creates a hard link, which points directly to the same inode on disk. A soft link (symbolic link) requires the '-s' flag. Hard links share the same data blocks, while soft links point to a path and can break if the target is moved.