Variable: tramp-use-file-attributes
tramp-use-file-attributes is a customizable variable defined in
tramp.el.gz.
Value
t
Documentation
Whether to use "file-attributes" connection property for check.
This is relevant for read, write, and execute permissions. On some file
systems using NFS4_ACL, the permission string as returned from stat or
ls, is not sufficient to provide more fine-grained information.
This variable is intended as connection-local variable.
This variable was added, or its default value changed, in Emacs 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defcustom tramp-use-file-attributes t
"Whether to use \"file-attributes\" connection property for check.
This is relevant for read, write, and execute permissions. On some file
systems using NFS4_ACL, the permission string as returned from `stat' or
`ls', is not sufficient to provide more fine-grained information.
This variable is intended as connection-local variable."
:version "30.1"
:type 'boolean
:link '(tramp-info-link :tag "Tramp manual" tramp-use-file-attributes))