7#include <cosmos/InfoBase.hxx>
8#include <cosmos/types.hxx>
9#include <cosmos/SysString.hxx>
38 SysString name()
const {
return m_info.pw_name; }
43 UserID uid()
const {
return UserID{m_info.pw_uid}; }
46 GroupID
gid()
const {
return GroupID{m_info.pw_gid}; }
Base class for PasswdInfo and GroupInfo.
Password Database Information for Users.
SysString passwd() const
Returns the optional encrypted password.
SysString homeDir() const
Path to the user's home directory.
GroupID gid() const
The user's main group ID.
SysString gecos() const
Returns the comment field which is used for different things like a full user name.
SysString shell() const
Optional command interpreter for the user.
Wrapper type around a C-style string for use with system APIs.