You have a test directory with the following permissions: rwx—— You want to change the permissions to the following values: r-xr-xr-x. Which command accomplishes this? A. chmod 777 test B. chmod a=rx test C. chmod u=rx,a-rx test D. chmod u+w,g+rx,o+rx…

Which statements about PAM are correct? (Choose 3.) A. To enable authentication with PAM, you need a smart cart reader. B. Each line in a PAM configuration file contains 6 columns plus optional arguments. C. Configuration files of PAM modules…