This tutorial explains Linux “newgrp” command, options and its usage with examples.
Description :
The newgrp command is used to change the current group ID (GID) during a login session. If a hyphen (“-“) is included as an argument, then the user’s environment is initialized as though he or she had just logged in; otherwise, the current working environment remains unchanged. newgrp changes the current real group ID to the specified group, or, if no group is specified, to the default group listed in the file /etc/passwd. newgrp also tries to add the group to the user groupset.
If the user is root, he or she will not be prompted for a password.
If the user is not root, he or she will be prompted for a group password if the user does not have a password, but the group does, or if the user is not listed as a group member, and the group has a password.
If there is no group password set, and the user is not listed as a member of the group, the user will be denied access.
If there is an entry for the group in the shadowed group password file, /etc/gshadow, then the list of members and the password for this group will be taken from this file. Otherwise, the group entry in /etc/group is used.
Usage :
newgrp [-] [group]
Examples :
1. Basic Example
$ newgrp abc
Attempts to log in to the group abc.
2. Use of hyphen
$ newgrp - abc
Attempts to log in to the group abc, and, if successful, re-initializes the user environment.
3. To change the real group ID back to your original login group, enter:
$ newgrp
Sanfoundry Global Education & Learning Series – 1000 Linux Tutorials.
- Apply for Programming Internship
- Buy Information Technology Books
- Practice Programming MCQs
- Buy Linux Books
- Apply for Linux Internship