Which flag enables the chmod command to apply changes recursively to all files and subfolders within a directory?
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.