Libcrown::User
Inherits Struct < Value < Object
Represents a user line of /etc/passwd.
Constructors
Creates a new user.
Instance methods
Name is the user's real or display name. It might be blank. This is the first (or only) entry in the GECOS field list.
Name is the user's real or display name. It might be blank. This is the first (or only) entry in the GECOS field list.
Comment field to add informations related to the user, excluding the first one (full name).
Comment field to add informations related to the user, excluding the first one (full name).
Absolute path to the directory the user will be in when they log in. Defaults to / if not defined.
Absolute path to the directory the user will be in when they log in. Defaults to / if not defined.
Absolute path of a command (/bin/false) or shell (/bin/bash) executed at user's login.
Absolute path of a command (/bin/false) or shell (/bin/bash) executed at user's login.