文件操作 - errors.rb
返回文件管理
返回主菜单
删除本文件
文件: /opt/puppetlabs/puppet/lib/ruby/gems/3.2.0/gems/net-ssh-7.2.3/lib/net/ssh/proxy/errors.rb
编辑文件内容
require 'net/ssh/errors' module Net module SSH module Proxy # A general exception class for all Proxy errors. class Error < Net::SSH::Exception; end # Used for reporting proxy connection errors. class ConnectError < Error; end # Used when the server doesn't recognize the user's credentials. class UnauthorizedError < Error; end end end end
修改文件时间
将文件时间修改为当前时间的前一年
删除文件