Why is granting ‘Full Control’ permission risky on shared folders?

0
11
Asked By TechWhiz42 On

I'm preparing for an IT exam and came across a question about the dangers of granting 'Full Control' permission too broadly on shared folders. The question asks why this permission can be problematic. One option suggests that 'Full Control' allows users to delete, modify, and take ownership of files, leading to potential data loss or manipulation if too many people have access. The other option points out that share permissions don't reveal much about the actual permission structure since this is defined via the NTFS file system. It suggests a best practice of giving 'Full Control' to everyone on the share level while managing access more carefully at the NTFS level.

5 Answers

Answered By ServerGuru88 On

The second statement is actually the correct choice. It's focusing on share permissions specifically, which is what the question is about. The NTFS permissions play a different role, so it's crucial to differentiate between the two when answering this type of question.

Answered By DataDynamo9 On

You're right, grant 'Full Control' too widely and anyone can change permissions or even delete vital data, which poses a serious risk.

Answered By NetworkNinja21 On

I think statement 2 makes the most sense for the exam context. However, in practice, statement 1 also holds truth because 'Full Control' does permit users to change permissions, which can definitely lead to risks.

Answered By CautiousCoder5 On

Honestly, the phrasing of this question is confusing. It doesn't clearly distinguish between share and NTFS permissions, which makes it hard to interpret what they're asking. If I were setting this exam, I’d clarify it.

Answered By SysAdminSage On

The distinction is important: share permissions work independently from NTFS permissions, and that's why statement 2 is correct. Users might have different levels of access depending on how each is set up.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.