pet peeve: the help text for `ln` (for making symlinks and such) describes the two file path parameters as `source_file` and `target_file`, rather than `link_path` and `existing_file`.
@gsuberland it is the same order as cp and mv: src dst
At least that helps me remember it.