《Linux就该这么学》学习笔记2
我所安装的VMware软件为VMware15.5版本,搭配Redhat7.0的Linux版本。 RPM 会建立统一的数据库文件,详细记录软件信息并能够自动分析依赖关系。 Yum 软件仓库可以根据用户的要求分析出所需软件包及其相关的依赖关系,然后自动从服务器下载软件包并安装到系统。 RPM 是为了简化安装的复杂度,而 Yum 软件仓库是为了解决软件包之间的依赖关系。 rehl7 使用systemd代替了原本的system V init。 rehl7 使用systemctl命令来管理服务。 systemctl start 开启/运行服务 systemctl stop 停止服务 systemctl restart 重启服务 systemctl enable 加入到启动项 systemctl status 查看服务状态 来源: 51CTO 作者: 秋雨永新 链接: https://blog.51cto.com/12167310/2449372