Pre requisite steps:
Create two new user accounts "a" and "b"
# useradd a # useradd b
Create a group "bar". Create a directory "foo".
# groupadd bar # mkdir /tmp/foo
Task:
All files put into the "foo" directory by users "a" or "b" should belong to the "bar" group and be only visible by them.