|
NAME
SYNOPSIS
DESCRIPTIONThe The options are as follows:
If the group operand is present, a new shell is started with the specified effective and real group IDs. The user will be prompted for a password if they are not a member of the specified group. Otherwise, the real, effective and supplementary group IDs are restored to those from the current user's password database entry. EXIT STATUSThe If an error occurs and the shell cannot be started,
EXAMPLESCreate a new group, foo, with pw(8): pw group add fooSet the group password: pw group mod foo -h 0As a non-root user, switch to the group: newgrp fooSEE ALSOcsh(1), groups(1), login(1), sh(1), su(1), umask(1), group(5), passwd(5), environ(7), groups(7) STANDARDSThe HISTORYA BUGSFor security reasons, the chmod u+s /usr/bin/newgrp Group passwords are inherently insecure as there is no way to stop users obtaining the password hash from the group database. Their use is discouraged. Instead, users should simply be added to the necessary groups.
|