Fixing UPG User Private Group permisionsUnix Linux directory compareHow to setup linux permissions for the...
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
Is there anyway, I can have two passwords for my wi-fi
Do I have to know the General Relativity theory to understand the concept of inertial frame?
How do I tell my boss that I'm quitting in 15 days (a colleague left this week)
Overlapping circles covering polygon
Showing mass murder in a kid's book
What happens if I try to grapple mirror image?
Can you identify this lizard-like creature I observed in the UK?
Limit max CPU usage SQL SERVER with WSRM
Has the laser at Magurele, Romania reached a tenth of the Sun's power?
Sigmoid with a slope but no asymptotes?
How to leave product feedback on macOS?
Sound waves in different octaves
Determining multivariate least squares with constraint
What's the name of the logical fallacy where a debater extends a statement far beyond the original statement to make it true?
Confusion over Hunter with Crossbow Expert and Giant Killer
Given this phrasing in the lease, when should I pay my rent?
Difference between shutdown options
How to preserve electronics (computers, iPads and phones) for hundreds of years
Pre-Employment Background Check With Consent For Future Checks
Why is the sun approximated as a black body at ~ 5800 K?
Anime with legendary swords made from talismans and a man who could change them with a shattered body
In One Punch Man, is King actually weak?
What is this high flying aircraft over Pennsylvania?
Fixing UPG User Private Group permisions
Unix Linux directory compareHow to setup linux permissions for the WWW folder?How to check file permissions via SSHWhat permissions should my website files/folders have on a Linux webserver?file permissions security apachePermissions on directories for file uploads?Permissions, owner, group inheritance?Web server files being publicly served despite permissions set to user/group onlyHow can I get writes in samba shares to be treated as a specific user for permission purposes?Logrotation permissions troubles
Trying to set correct permissions for files and directories in a directory structure for User Private groups. Ime using CentOS 7.
From what I can gather directories should be set to 2775 but what souuld files be set to? Seems like I need to do something like
find /path/to/base/dir -type d -print0 | xargs -0 chmod 2755
find /path/to/base/dir -type f -print0 | xargs -0 chmod ug+rw, o+r
Does this sound correct?
linux centos7 user-permissions
add a comment |
Trying to set correct permissions for files and directories in a directory structure for User Private groups. Ime using CentOS 7.
From what I can gather directories should be set to 2775 but what souuld files be set to? Seems like I need to do something like
find /path/to/base/dir -type d -print0 | xargs -0 chmod 2755
find /path/to/base/dir -type f -print0 | xargs -0 chmod ug+rw, o+r
Does this sound correct?
linux centos7 user-permissions
add a comment |
Trying to set correct permissions for files and directories in a directory structure for User Private groups. Ime using CentOS 7.
From what I can gather directories should be set to 2775 but what souuld files be set to? Seems like I need to do something like
find /path/to/base/dir -type d -print0 | xargs -0 chmod 2755
find /path/to/base/dir -type f -print0 | xargs -0 chmod ug+rw, o+r
Does this sound correct?
linux centos7 user-permissions
Trying to set correct permissions for files and directories in a directory structure for User Private groups. Ime using CentOS 7.
From what I can gather directories should be set to 2775 but what souuld files be set to? Seems like I need to do something like
find /path/to/base/dir -type d -print0 | xargs -0 chmod 2755
find /path/to/base/dir -type f -print0 | xargs -0 chmod ug+rw, o+r
Does this sound correct?
linux centos7 user-permissions
linux centos7 user-permissions
asked 7 mins ago
Ben EdwardsBen Edwards
1
1
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fserverfault.com%2fquestions%2f959219%2ffixing-upg-user-private-group-permisions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f959219%2ffixing-upg-user-private-group-permisions%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