# File lib/specinfra/command/base/file.rb, line 112
    def get_owner_user(file)
      "stat -c %U #{escape(file)}"
    end