util-linux/login-utils/newgrp.1.adoc

46 lines
1020 B
Plaintext
Raw Permalink Normal View History

//po4a: entry man manual
2021-03-17 13:57:15 -05:00
// Original author unknown. This man page is in the public domain.
// Modified Sat Oct 9 17:46:48 1993 by faith@cs.unc.edu
= newgrp(1)
:doctype: manpage
:man manual: User Commands
2021-03-17 13:57:15 -05:00
:man source: util-linux {release-version}
:page-layout: base
:command: newgrp
== NAME
newgrp - log in to a new group
== SYNOPSIS
newgrp [_group_]
== DESCRIPTION
*newgrp* changes the group identification of its caller, analogously to *login*(1). The same person remains logged in, and the current directory is unchanged, but calculations of access permissions to files are performed with respect to the new group ID.
If no group is specified, the GID is changed to the login GID.
== FILES
2021-03-24 14:01:34 -05:00
_/etc/group_,
2021-03-17 13:57:15 -05:00
_/etc/passwd_
== AUTHORS
Originally by Michael Haardt. Currently maintained by mailto:poe@daimi.aau.dk[Peter Orbaek].
== SEE ALSO
*login*(1),
*group*(5)
include::man-common/bugreports.adoc[]
2021-03-17 13:57:15 -05:00
include::man-common/footer.adoc[]
2021-03-17 13:57:15 -05:00
ifdef::translation[]
include::man-common/translation.adoc[]
2021-03-17 13:57:15 -05:00
endif::[]