今日学习总计

服务器配置记录

终端操作教学

这个是每个电脑都自带的功能,不用下载。
windows是cmd,mac是终端
和下面框里,一模一样的命令

学习liunx命令

[root@localhost ~]# cat [选项] 文件名
或者
[root@localhost ~]# cat 文件1 文件2 > 文件3

[root@localhost ~]# cat anaconda-ks.cfg
# Kickstart file automatically generated by anaconda.


#version=DEVEL
install
cdrom
lang zh一CN.UTF-8

 

posted @ 2021-04-04 23:35  禁小呆  阅读(17)  评论(0)    收藏  举报