# File lib/specinfra/command/base/user.rb, line 45
    def get_gid(user)
      "id -g #{escape(user)}"
    end