core/user: Library Dependencies
$user_confdirPath to user configuration directory
Default: $HOME/.$package_name
$user_datadirPath to user data directory
Default: $user_confdir/data
$user_logdirPath to user log directory
Default: $user_confdir/logs
$user_tempdirPath to user temporary directory
Default: $tmpdir/$package_name-$USER
$user_idNumeric user id of the current user.
is_superuser()Returns success if the current user is the superuser.
require_superuser()Produces an error if the current user is not the superuser.