正則表達式課程筆記
1、復制/etc/skel目錄為/home/tuser1,要求/home/tuser1及其內部文件的屬組和其它用戶均沒有任何訪問權限。 cp -a /etc/skel /home/tuser1 chmod g-x /home/tuser1…