Avaya Experience Platform Support and Administration — Question 24
Which CLI shortcut command for Avaya Aura Device Service will create an archive "archive_file.tar.gz" with each of the log files to a count 2 under the current working directory?
Answer options
- A. app collectLogs.sh ""n 2 archive_file.tar.gz
- B. app collectlogs.sh ""n 2 archive_file
- C. app collectLogs.sh ""n 2 archive_file
- D. app collectLogs.sh 2 ""n archive_file.tar.gz
Correct answer: A
Explanation
The correct answer is A, as it correctly formats the command to include the necessary parameters for archiving log files with the specified count and output file name. Options B and C are incorrect because they either do not include the '.tar.gz' extension or use an incorrect capitalization in the command. Option D incorrectly places the count and the parameter order, which will not execute correctly.