RHEL7学习打卡(2 day)

1.安装Linux系统

选择带有图形界面的服务(Server with GUI)

2.RPM

降低软件的安装难度,通过将程序源代码与安装规则打包到一起,无需用户手动配置

3.Yum:

是为了进一步降低linux软件安装难度,将常用的RPM软件包存放到一起,根据用的需求而进行自动安装。

4.systemd初始化进程

systemctl start 服务名称

systemctl restart 服务名称

systemctl stop 服务名称

systemctl enable 服务名称

systemctl status 服务名称

5.Shell

Shell(也称为终端或壳)是充当人与内核(硬件)之间的翻译官,许多主流Linux系统默认使用的终端是Bash(Bourne-Again SHell)解释器。

posted @ 2019-09-08 16:48  这家伙还在睡  阅读(112)  评论(0编辑  收藏  举报