What does the following script do?
What does the following script do?
#!/bin/bash find / -perm +4000 | mail -s "Daily find output" root
What does the following script do?
#!/bin/bash find / -perm +4000 | mail -s "Daily find output" root