Which flag enables the chmod command to apply changes recursively to all files and subfolders within a directory?

Choose the correct answer

Explanation

The '-R' option with the chmod command allows permissions to be modified recursively for all files and subdirectories inside the specified directory. Other options like '-1', '-i', and '-x' do not provide recursive functionality.

Which flag enables the chmod command to apply change… — Basic of linux unix | PakQuizHub