#! /bin/bash

# Special permissions for the shared music:
# dirs : drwxr-s---
# files: -rw-r-----

# Partly achieved by setting umask of subshell:

umask 0027
bash -c 'screen -S music2 -c work-l.screen'