]> git.ipfire.org Git - thirdparty/util-linux.git/blob - login-utils/newgrp.1.adoc
Merge branch 'uuid-time64_t' of https://github.com/thkukuk/util-linux
[thirdparty/util-linux.git] / login-utils / newgrp.1.adoc
1 //po4a: entry man manual
2 // Original author unknown. This man page is in the public domain.
3 // Modified Sat Oct 9 17:46:48 1993 by faith@cs.unc.edu
4 = newgrp(1)
5 :doctype: manpage
6 :man manual: User Commands
7 :man source: util-linux {release-version}
8 :page-layout: base
9 :command: newgrp
10
11 == NAME
12
13 newgrp - log in to a new group
14
15 == SYNOPSIS
16
17 *newgrp* [_group_]
18
19 == DESCRIPTION
20
21 *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.
22
23 If no group is specified, the GID is changed to the login GID.
24
25 == OPTIONS
26
27 include::man-common/help-version.adoc[]
28
29 == FILES
30
31 _/etc/group_,
32 _/etc/passwd_
33
34 == AUTHORS
35
36 Originally by Michael Haardt. Currently maintained by mailto:poe@daimi.aau.dk[Peter Orbaek].
37
38 == SEE ALSO
39
40 *login*(1),
41 *group*(5)
42
43 include::man-common/bugreports.adoc[]
44
45 include::man-common/footer.adoc[]
46
47 ifdef::translation[]
48 include::man-common/translation.adoc[]
49 endif::[]