Como dizer ao chmod para seguir links simbólicos?

3

chown tem uma opção -L que informa chown para percorrer links simbólicos. Parece que esta opção está faltando para chmod . Alguma idéia de como informar chmod para seguir links simbólicos também?

EDIT: Eu estou no Debian.

    
por Aley 15.09.2016 / 15:33

1 resposta

4

Para Linux / GNU, consulte o segundo parágrafo da página de informações também na Web , ênfase adicionada:

chmod never changes the permissions of symbolic links, since the chmod system call cannot change their permissions. This is not a problem since the permissions of symbolic links are never used. However, for each symbolic link listed on the command line, chmod changes the permissions of the pointed-to file. In contrast, chmod ignores symbolic links encountered during recursive directory traversals.

    
por 16.09.2016 / 12:44

Tags