summaryrefslogtreecommitdiffstats
path: root/login-utils/newgrp.1.adoc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:35 +0000
commit378c18e5f024ac5a8aef4cb40d7c9aa9633d144c (patch)
tree44dfb6ca500d32cabd450649b322a42e70a30683 /login-utils/newgrp.1.adoc
parentInitial commit. (diff)
downloadutil-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.tar.xz
util-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.zip
Adding upstream version 2.38.1.upstream/2.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'login-utils/newgrp.1.adoc')
-rw-r--r--login-utils/newgrp.1.adoc49
1 files changed, 49 insertions, 0 deletions
diff --git a/login-utils/newgrp.1.adoc b/login-utils/newgrp.1.adoc
new file mode 100644
index 0000000..0e73eaf
--- /dev/null
+++ b/login-utils/newgrp.1.adoc
@@ -0,0 +1,49 @@
+//po4a: entry man manual
+// 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
+: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.
+
+== OPTIONS
+
+include::man-common/help-version.adoc[]
+
+== FILES
+
+_/etc/group_,
+_/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[]
+
+include::man-common/footer.adoc[]
+
+ifdef::translation[]
+include::man-common/translation.adoc[]
+endif::[]