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