500-430 · Question #57
The user under which the JVM runs must have write privileges to the_________ directories in the Java Agent home. (Choose the correct option to complete the sentence.)
The correct answer is A. conf and logs. The user under which the JVM runs must have write privileges to the conf and logs directories in the Java Agent home. This is because the conf directory contains the agent configuration files, such as controller-info.xml and agent-config.xml, which may need to be modified or…
Question
The user under which the JVM runs must have write privileges to the_________ directories in the Java Agent home. (Choose the correct option to complete the sentence.)
Options
- Aconf and logs
- Blib and logs
- Cbin and logs
- Dconf and lib
How the community answered
(53 responses)- A87% (46)
- B2% (1)
- C4% (2)
- D8% (4)
Explanation
The user under which the JVM runs must have write privileges to the conf and logs directories in the Java Agent home. This is because the conf directory contains the agent configuration files, such as controller-info.xml and agent-config.xml, which may need to be modified or updated by the user. The logs directory contains the agent log files, such as agent.log and agent-errors.log, which are generated by the agent and may need to be accessed or rotated by the user. The user can install the agent as the same user that owns the JVM or as an administrator on the host machine. The user can restrict the remaining contents of the agent directory, such as the lib and bin directories, to read-only access.
Topics
Community Discussion
No community discussion yet for this question.