# File lib/specinfra/command/darwin/base/file.rb, line 38
    def get_owner_user(file)
      "stat -f %Su #{escape(file)}"
    end