What does the following script do?

What does the following script do?
#!/bin/bash
find / -perm +4000 | mail -s “Daily find output” root
A. Emails a report of all guid files to root
B. Emails a report of all important files to root
C. Emails a report of all writeable files to root
D. Emails a report of all suid files to root
E. Corrects permissions on files and emails the result to root

Download Printable PDF. VALID exam to help you PASS.

One thought on “What does the following script do?

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.