1、当前修改SELinux状态为Enforcing的命令?
setenforce 0 --->permissive
setenforce 1 --->enforcing
2、固定设置SELinux状态的配置文件在哪里?
[root@xiaoredhat~]# ls /etc/selinux/config
[root@xiaoredhat~]# ls /etc/sysconfig/selinux
都叫做,selinux永久状态下的修改配置文件。青色代表快捷方式,修改的都是绿色文件。
3、为student用户设置永久别名操作,可以修改那两个配置文件
/home/student/.bashrc #家目录的隐藏文件
/etc/bashrc #全局的