Articles

Ubuntu – Linux Group Permissions not being enforced correctly.

I am running Ubuntu 10.04 server and am having some very counter-intuitive experiences with users/groups. For example: sudo touch test_file                    # create empty filesudo groupadd test                      # create ‘test’ groupsudo chown root:test test_file          # change group of file to ‘test’sudo chmod g+rwx test_file              # give write permissions to groupsudo usermod -a -G test {my-user}       #

Ubuntu – Linux Group Permissions not being enforced correctly. Read More »

Scroll to Top