Which command should be used to give execute access to a file to everybody in the system?
chmod u+c filename
chmod g+x filename
chmod og-rx filename
chmod o+x filename