In this section we will create a shared project work space and give multiple users read and write access to it. 1. As admin, create the users (kerberos and pts): follow the steps from [[OpenAFS Tutorial Setup]] under the Creating regular users section. 2. As admin, create a new prefix-less group and add members to it. First check the existing groups. Then create the group and add members. kinit admin aklog pts listentries -g pts creategroup -name pts adduser pts membership 3. As admin, create a shared "project" volume. Mount the volume, and grant the group access rights. vos create afs01 a project. -m 0 fs mkmount /afs/yoyodyne.com/ project. fs sa /afs/yoyodyne.com// write touch /afs/yoyodyne.com// echo "Cleveland Rocks" > /afs/yoyodyne.com// cat /afs/yoyodyne.com// Sine Nomine Associates Nov 2017