suse man page for sg

Query: sg

OS: suse

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

newgrp(1)						      General Commands Manual							 newgrp(1)

NAME
newgrp - change effective group ID sg - execute command with different group ID
SYNOPSIS
newgrp [-l] [group] sg group -c command
DESCRIPTION
The newgrp command changes the user's real and effetive group ID by replacing the current shell with a new shell. A new shell is launched even if an error occours. A password is requested if the group has a password and the user is not listed in the group file as being a member of that group. The pass- word can be changed with the gpasswd(1) command. If the new effective group ID is not in the supplementary group list, newgrp will add the new group ID to the supplementary list, too. With no operands and options, newgrp changes the user's group IDs (real and effective) back to the group specified in password and group file. The sg command works like the newgrp command, except that it executes the given command with /bin/sh and upon exit the group ID of the cur- rent shell is not changed.
OPTIONS
-l, --login reinitialize the environment as if the user logged in. --help Print a help list. -u, --usage Print a short usage message. -v, --version Print program version.
SEE ALSO
gpasswd(1), group(5), passwd(1), passwd(5), su(1)
AUTHOR
Thorsten Kukuk <kukuk@suse.de> pwdutils April 2004 newgrp(1)
Related Man Pages
newgrp(1) - debian
newgrp(1) - centos
newgrp(1) - xfree86
newgrp(1) - opendarwin
newgrp(1) - plan9
Similar Topics in the Unix Linux Community
Sort the file contents in each group....print the group title as well
matching group of words
need a one liner to grep a group info from /etc/group and use that result to search passwd file
Get group of consecutive uppercase words using gawk
Sed command help (appending)