线上培训开始第一节,主要是刘遄老师linux发展历史和对红帽考试的介绍。2019.01.06 man
VM安装完成,RHEL7测试系统安装完成
RPM(-ivh/-Uvh/-e/qpi/-qpl/-qf),
Yum(install/reinstall/upadte/remove/groupinstall/groupremove/groupinfo/grouplist/info/list all/repolist all/clean all/check-update),
systemd(systemctl start/restart/enable/disable/stauts/stop/reload).
root 密码重置
确认系统版本 #cat /etc/redhat-release
RHEL7
重启系统,引导界面时 按E,在linux16参数行后追加 “rd.break”,按CTRL+X运行修改。
#mout -o remout,rw /sysroot
chroot /sysroot
passwd
touch /.autorelable
exit
reboot
完成root密码修改。
root密码修改
《linux就该这么学》课程学习笔记RedHatEnterpriseLinux 7,RHEL.第一章(2019.01.06)
原文:https://www.cnblogs.com/kelop/p/10227473.html