Variable: eshell-group-file

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

Value

"/etc/group"

Documentation

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

Source Code

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