change to a new group (POSIX)
newgrp [-|-l|-s] [group]
The newgrp utility starts a new shell with a new real and effective groupid. The user remains logged in and the current directory doesn't change, but file access permissions are based on the new real and effective groupids.
If no operands are specified, newgrp changes the groupid back to the group identified in the invoking user's entry in /etc/passwd.
If you don't use the -l option, the environment variables remain unchanged.
Note that group passwords aren't supported in QNX. Only the superuser (userid 0) may change the groupid to a group that the user doesn't belong to.
See the passwd utility "Files" section for a brief description of the format of these files.