FG
💻 Software

Linux Group Permissions not being enforced correctly.

Fresh5 days ago
Mar 15, 202620785 views
Confidence Score0%
0%

Problem

I am running Ubuntu 10.04 server and am having some very counter-intuitive experiences with users/groups. For example: The last line produces a permissions error. I have ensured that my user is part of the 'test' group ( confirms this). The group of test_file is also definitely set to 'test' and th…

Error Output

sudo touch test_file                    # create empty file

sudo groupadd test                      # create 'test' group

sudo chown root:test test…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Linux Group Permissions not being enforced correctly.

Low Risk

When adding a user to a new group, that won't be applied in any currently-running processes, only new ones. You need to log out and then log back in.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment