Function: tramp-get-remote-busybox

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

Signature

(tramp-get-remote-busybox VEC)

Documentation

Determine remote busybox command.

Source Code

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