参考地址:https://www.ibm.com/docs/en/zos/3.1.0?topic=4-usedns-option 编辑/etc/ssh/sshd_config把UseDNS修改为no UseDNS no 重启ssh服务 /etc/init.d/sshd restart 或 service sshd restart
Centos搜索历史命令快捷键 Ctrl + Shift + R 文件与目录操作命令 命令解析cd /home进入 ‘/home’ 目录cd ..返回上一级目录cd ../..返回上两级目录cd -返回上次所在目录cp file1 file2将file1复制为file2cp -a dir1 dir2复制一个目录cp -a /tmp/dir1 .复制…