what is 'nogroup' group's purposeWhat are the groups 'users' and 'other' for?What is the command for listing...
How can I obtain and work with a Platonic dodecahedron?
How did the Apollo guidance computer handle parity bit errors?
How long does it take a postcard to get from USA to Germany?
Can a good but unremarkable PhD student become an accomplished professor?
Primes in a Diamond
Dimmer switch not connected to ground
In "Avengers: Endgame", what does this name refer to?
Does Thanos's ship land in the middle of the battlefield in "Avengers: Endgame"?
Why does blending blueberries, milk, banana and vanilla extract cause the mixture to have a yogurty consistency?
How can I finally understand the confusing modal verb "мочь"?
While drilling into kitchen wall, hit a wire - any advice?
What does the coin flipping before dying mean?
Copper as an adjective to refer to something made of copper
The selling of the sheep
What is monoid homomorphism exactly?
Emergency stop in plain TeX, pdfTeX, XeTeX and LuaTeX?
Hostile Divisor Numbers
Subnumcases as a part of align
Playing Doublets with the Primes
Do Jedi mind tricks work on Ewoks?
Was there a dinosaur-counter in the original Jurassic Park movie?
Debian 9 server no sshd in auth.log
Why doesn't a particle exert force on itself?
All of my Firefox add-ons been disabled suddenly, how can I re-enable them?
what is 'nogroup' group's purpose
What are the groups 'users' and 'other' for?What is the command for listing all users who are members of the admin group?How to disable messages in unix if mesg and chgrp not allowed?Why does the root user have control over mysql directories but not show as a member of the mysql group?groupadd: group 'terminal' already exists in LinuxWhat command should I use to explicitly set list of groups and execute a command?Trying to add user to group that exists in /etc/group not workingGrep for groups with more than one userHow can I give permissions of files to multiple groups?Groups not registering in XWhich owner group does `ls -l` show?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
When I list al groups I see one called 'nogroup'. What is this for? Is it supposed to be least privileged one or something? I'm using ubuntu 11.04.
permissions group
add a comment |
When I list al groups I see one called 'nogroup'. What is this for? Is it supposed to be least privileged one or something? I'm using ubuntu 11.04.
permissions group
1
Not strictly related to your question, but I found this interesting, refspecs.linux-foundation.org/LSB_3.1.0/LSB-Core-generic/…
– Paolo
Apr 4 '15 at 14:02
add a comment |
When I list al groups I see one called 'nogroup'. What is this for? Is it supposed to be least privileged one or something? I'm using ubuntu 11.04.
permissions group
When I list al groups I see one called 'nogroup'. What is this for? Is it supposed to be least privileged one or something? I'm using ubuntu 11.04.
permissions group
permissions group
asked Oct 12 '11 at 20:45
renren
4703615
4703615
1
Not strictly related to your question, but I found this interesting, refspecs.linux-foundation.org/LSB_3.1.0/LSB-Core-generic/…
– Paolo
Apr 4 '15 at 14:02
add a comment |
1
Not strictly related to your question, but I found this interesting, refspecs.linux-foundation.org/LSB_3.1.0/LSB-Core-generic/…
– Paolo
Apr 4 '15 at 14:02
1
1
Not strictly related to your question, but I found this interesting, refspecs.linux-foundation.org/LSB_3.1.0/LSB-Core-generic/…
– Paolo
Apr 4 '15 at 14:02
Not strictly related to your question, but I found this interesting, refspecs.linux-foundation.org/LSB_3.1.0/LSB-Core-generic/…
– Paolo
Apr 4 '15 at 14:02
add a comment |
2 Answers
2
active
oldest
votes
nogroup
is the group analog to the nobody
user. It is used for unprivileged processes so that even if something goes wrong the process does not have the permissions to cause any serious damage to an important user or group.
2
Is there any sense in nobody/nogroup? I once found that ntpd in OpenSuSE was running as "nobody" - so if someone gets nobody he can kill my ntpd...
– Nils
Oct 13 '11 at 19:59
4
@Nils You are correct. Thenobody
user paradigm only works for a single service. The recommended practice is moving towards running each process as a separate user.
– jw013
Oct 13 '11 at 20:21
add a comment |
Debian's documentation for nogroup
explains it as:
nogroup (user: nobody): Daemons that need not own any files run as user nobody and group nogroup. Thus, no files on a system should be owned by this user or group.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f22520%2fwhat-is-nogroup-groups-purpose%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
nogroup
is the group analog to the nobody
user. It is used for unprivileged processes so that even if something goes wrong the process does not have the permissions to cause any serious damage to an important user or group.
2
Is there any sense in nobody/nogroup? I once found that ntpd in OpenSuSE was running as "nobody" - so if someone gets nobody he can kill my ntpd...
– Nils
Oct 13 '11 at 19:59
4
@Nils You are correct. Thenobody
user paradigm only works for a single service. The recommended practice is moving towards running each process as a separate user.
– jw013
Oct 13 '11 at 20:21
add a comment |
nogroup
is the group analog to the nobody
user. It is used for unprivileged processes so that even if something goes wrong the process does not have the permissions to cause any serious damage to an important user or group.
2
Is there any sense in nobody/nogroup? I once found that ntpd in OpenSuSE was running as "nobody" - so if someone gets nobody he can kill my ntpd...
– Nils
Oct 13 '11 at 19:59
4
@Nils You are correct. Thenobody
user paradigm only works for a single service. The recommended practice is moving towards running each process as a separate user.
– jw013
Oct 13 '11 at 20:21
add a comment |
nogroup
is the group analog to the nobody
user. It is used for unprivileged processes so that even if something goes wrong the process does not have the permissions to cause any serious damage to an important user or group.
nogroup
is the group analog to the nobody
user. It is used for unprivileged processes so that even if something goes wrong the process does not have the permissions to cause any serious damage to an important user or group.
answered Oct 12 '11 at 21:14
jw013jw013
37.2k7102125
37.2k7102125
2
Is there any sense in nobody/nogroup? I once found that ntpd in OpenSuSE was running as "nobody" - so if someone gets nobody he can kill my ntpd...
– Nils
Oct 13 '11 at 19:59
4
@Nils You are correct. Thenobody
user paradigm only works for a single service. The recommended practice is moving towards running each process as a separate user.
– jw013
Oct 13 '11 at 20:21
add a comment |
2
Is there any sense in nobody/nogroup? I once found that ntpd in OpenSuSE was running as "nobody" - so if someone gets nobody he can kill my ntpd...
– Nils
Oct 13 '11 at 19:59
4
@Nils You are correct. Thenobody
user paradigm only works for a single service. The recommended practice is moving towards running each process as a separate user.
– jw013
Oct 13 '11 at 20:21
2
2
Is there any sense in nobody/nogroup? I once found that ntpd in OpenSuSE was running as "nobody" - so if someone gets nobody he can kill my ntpd...
– Nils
Oct 13 '11 at 19:59
Is there any sense in nobody/nogroup? I once found that ntpd in OpenSuSE was running as "nobody" - so if someone gets nobody he can kill my ntpd...
– Nils
Oct 13 '11 at 19:59
4
4
@Nils You are correct. The
nobody
user paradigm only works for a single service. The recommended practice is moving towards running each process as a separate user.– jw013
Oct 13 '11 at 20:21
@Nils You are correct. The
nobody
user paradigm only works for a single service. The recommended practice is moving towards running each process as a separate user.– jw013
Oct 13 '11 at 20:21
add a comment |
Debian's documentation for nogroup
explains it as:
nogroup (user: nobody): Daemons that need not own any files run as user nobody and group nogroup. Thus, no files on a system should be owned by this user or group.
add a comment |
Debian's documentation for nogroup
explains it as:
nogroup (user: nobody): Daemons that need not own any files run as user nobody and group nogroup. Thus, no files on a system should be owned by this user or group.
add a comment |
Debian's documentation for nogroup
explains it as:
nogroup (user: nobody): Daemons that need not own any files run as user nobody and group nogroup. Thus, no files on a system should be owned by this user or group.
Debian's documentation for nogroup
explains it as:
nogroup (user: nobody): Daemons that need not own any files run as user nobody and group nogroup. Thus, no files on a system should be owned by this user or group.
answered 44 mins ago
HamyHamy
1505
1505
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f22520%2fwhat-is-nogroup-groups-purpose%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Not strictly related to your question, but I found this interesting, refspecs.linux-foundation.org/LSB_3.1.0/LSB-Core-generic/…
– Paolo
Apr 4 '15 at 14:02