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