Variable: dired-chmod-program
dired-chmod-program is a variable defined in dired.el.gz.
This variable is obsolete since 28.1.
Value
"chmod"
Documentation
Name of chmod command (usually chmod).
Source Code
;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defvar dired-chmod-program "chmod"
"Name of chmod command (usually `chmod').")