Which of the following should be performed to meet these requirements?

A junior systems administrator is configuring localization option environment variables. The administrator is given a checklist of tasks with the following requirements:
View current settings of the LC_ALL environment variable only.
Modify the LANG environment variable to US English Unicode.
Given this scenario, which of the following should be performed to meet these requirements? (Choose two.)
A. echo $LC_ALL
B. locale
C. cat $LC_ALL
D. export LANG = en_US.UTF-8
E. export $LANG = en_US.UTF
F. stty

comptia-exams

2 thoughts on “Which of the following should be performed to meet these requirements?

  1. locale will display all locale variables, but the question asks for viewing the current settings of the LC_ALL variable ONLY. echo $LC_ALL will do that. I am not sure what answer is correct in this scenario tbh

Leave a Reply

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


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