文章目录 Linux期末考试题库选择题填空题简答题操作题 Linux期末考试题库
选择题
在创建Linux分区时,一定要创建( D )两个分区
A. FAT/NTFS B. FAT/SWAP C. NTFS/SWAP D.SWAP/根分区
在Red Hat Linux 9 中,系统默…
总文章在:Linux常用命令 red hat/CentOs7关闭防火墙的命令!
1、查看防火状态 systemctl status firewalld service iptables status 2、暂时关闭防火墙 systemctl stop firewalld service iptables stop 3、永久关闭防火墙 systemctl disable firewalld chkconfig…