Function: tramp-get-remote-ln

tramp-get-remote-ln is a byte-compiled function defined in tramp-sh.el.gz.

Signature

(tramp-get-remote-ln VEC)

Documentation

Determine remote ln command.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defun tramp-get-remote-ln (vec)
  "Determine remote `ln' command."
  (with-tramp-connection-property vec "ln"
    (tramp-message vec 5 "Finding a suitable `ln' command")
    (tramp-find-executable vec "ln" (tramp-get-remote-path vec))))