Find all 777 permission files and use the chmod command to set permissions to 644. # find / -type f -perm 0777 -print -exec chmod 644 {} \;. 16.
確定! 回上一頁