aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-etc/pkg-descr
blob: d61c4a4f8cf5e25a779836b09f1e44b4fac3f89a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
The Etc module provides access to information typically stored in files in the
/etc directory on Unix systems.

The information accessible consists of the information found in the /etc/passwd
and /etc/group files, plus information about he system's temporary directory
(/tmp) and configuration directory (/etc).

The Etc module provides a more reliable way to access information about the
logged in user than environment variables such as +$USER+.

WWW: https://github.com/ruby/etc