# File lib/fssm/pathname.rb, line 380
    def chmod(mode)
      File.chmod(mode, self)
    end