当我们创建一个文件或者目录时即使我们未对其非配权限,其也会存在默认权限[root@localhost tmp]# mkdir newdir[root@localhost tmp]# ls -dl newdirdrwxr-xr-x 2 root root 4096 02-21 11:10 newdir[root@localhost tmp]# touch newfile[root@localhost tmp]# ll newfile -rw-r--r-- 1 root root 0 02-21 11:11 newfile[root@localhost tmp]# [root@localhost tmp]#…