? ? ? ? ? ? ? ? 按e====》找到linux16那一行,在最后添加LANG=en_US.UFT-8? ?init=/bin/sh
? ? ? ? ? ? ? ? ctrl+x保存
? ? ? ? ? ? ? ? mount -o rw,remount /
? ? ? ? ? ? ? ? vi /etc/selinux/config
? ? ? ? ? ? ? ? disabled
? ? ? ? ? ? ? ? touch /.autorelable
? ? ? ? ? ? ? ? passwd
? ? ? ? ? ? ? ? exec /sbin/init
? ? ? ? ? ? ? ? 按回车,然后重新输入即可
? ? ? ? ? ? ? ? cat <<EOF
? ? ? ? ? ? ? ? set superusers="new"
? ? ? ? ? ? ? ? passwd new 123456
? ? ? ? ? ? ? ? EOF
? ? ? ? ? ? ? ? grub2-mkconfig --output=/boot/grub2/grub.cfg
????????
? ? ? ? ? ? ? ? vim /etc/ssh/sshd_config
? ? ? ? ? ? ? ? #Port 22
? ? ? ? ? ? ? ? systemctl restart sshd
????????HostA=======》HostB
? ? ? ? scp filename root@10.36.193.173:/usr/local/src/
? ? ? ? ? ? ? ? 注意点:
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?远程端口? -P
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 远程拷贝目录: -r
? ? ? ? vim /etc/hosts/
? ? ? ? 192.168.193.173? ? xa2401