See File.chmod. Changes permissions.
File.chmod
667 668 669
# File 'lib/fakefs/pathname.rb', line 667 def chmod(mode) File.chmod(mode, @path) end