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