Variable: eshell-passwd-file

eshell-passwd-file is a customizable variable defined in esh-util.el.gz.

Value

"/etc/passwd"

Documentation

If non-nil, the name of the passwd file on your system.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
(defcustom eshell-passwd-file "/etc/passwd"
  "If non-nil, the name of the passwd file on your system."
  :type '(choice (const :tag "No passwd file" nil) file))