LPI
117-102 · Question #145
Your investigation of a system turns up a file that contains the line below: find /home -iname .rhosts -exec rm -f {} \; What is the purpose of this script?
The correct answer is A. To enhance system security. See the full explanation below for the reasoning.
Question
Your investigation of a system turns up a file that contains the line below: find /home -iname .rhosts -exec rm -f {} ; What is the purpose of this script?
Options
- ATo enhance system security
- BTo remove all program error dumps
- CTo remove all temporary files in the user's home directories
- DTo reset the configuration for the rsh and rexec utilities
How the community answered
(24 responses)- A83% (20)
- B4% (1)
- C8% (2)
- D4% (1)
Community Discussion
No community discussion yet for this question.