摘要: 作业一:部署Samba 准备环境:iptables -F systemctl stop firewalld systemctl disable firewalld #关闭防火墙 /etc/sysconfig/selinux selinux=disable #修改SELinux配置文件,关闭SELin 阅读全文
posted @ 2017-06-01 10:59 百思不得姐 阅读(91) 评论(0) 推荐(0) 编辑
摘要: root 用户不受权限设置 如果文件有x 就可以执行 对目录的权限 r:可以查看目录下面的文件名 w:可以在该目录下新建,删除,修改文件名 x:可以cd进入目录 对于文件: 可执行的文件来说需要有可读权限 tar cvf test.tar * c->新增 v 详细信息 f 文件 tar -tf te 阅读全文
posted @ 2017-06-01 10:58 百思不得姐 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 作业一:1) 新建用户natasha,uid为1000,gid为555,备注信息为“master”useradd natashagroupmod -g 555 natashausermod -u 1000 -c master natasha2) 修改natasha用户的家目录为/Natashause 阅读全文
posted @ 2017-06-01 10:56 百思不得姐 阅读(212) 评论(0) 推荐(0) 编辑