正则表达式课程笔记
1、复制/etc/skel目录为/home/tuser1,要求/home/tuser1及其内部文件的属组和其它用户均没有任何访问权限。 cp -a /etc/skel /home/tuser1 chmod g-x /home/tuser1…