chmod don't affect referenced file of symbolic links

2023-09-16 Thread mn
Hello, I would like to suggest and offer the code to extend chmod in a small way. My extension don’t affect referenced file of symbolic links, just avoid them silent. I need this ability, because I have a problem like this: Some times we need to change mode of files in a directory recursively

Re: chmod don't affect referenced file of symbolic links

2023-09-16 Thread Pádraig Brady
On 16/09/2023 07:26, mn wrote: Hello, I would like to suggest and offer the code to extend chmod in a small way. My extension don’t affect referenced file of symbolic links, just avoid them silent. I need this ability, because I have a problem like this: Some times we need to change mode of

Re: chmod don't affect referenced file of symbolic links

2023-09-16 Thread Pádraig Brady
On 16/09/2023 14:59, Pádraig Brady wrote: On 16/09/2023 07:26, mn wrote: Hello, I would like to suggest and offer the code to extend chmod in a small way. My extension don’t affect referenced file of symbolic links, just avoid them silent. I need this ability, because I have a problem like t