Alex wrote: > We'd need to make sure the permission allow for user to write to > that directory if we do the symlink idea. adduser "$USER" users chgrp users "$DIR" -R chmod g+w "$DIR" -R Hamish