练习题:
1、root用户在/tmp目录中建立一个rootdir目录,设定root组成员对该目录中文件有添加删除的权限rwx,其他用户对该目录没有任何权限。定义wencoll用户的附加组为root组并在该目录中建立文件
tom.txt mkdir /tmp/rootdir chmod g+w,o=— /tmp/rootdir
chmod o=rx /tmp/rootdir
chmod g-r /tmp/rootdir/root.txt