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