# ln #| ln rwx_link() { local link="${1}" local target="${2}" ln \ --symbolic \ "${target}" \ "${link}" }