
find:ai:df09b
procurar por "chmod" nos arquivos de forma recursica
$ find . -type f -exec chmod og-r {} +
try on your machine
Recursively remove read permissions for others and group from all files in the current directory
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- procurar por "chmod" nos arquivos de forma recursica?