string << case [@special.setgid?, @group.execute?]
                  when [true, true]
                    @group.to_s[0..1] << 's'
                  when [true, false]
                    @group.to_s[0..1] << 'S'