A junior systems 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 LANGenvironment variable to US English Unicode.
Given this scenario, which of the following should be performed to meet these requirements? (Choose two.)
A Linux administrator has installed a web application firewall in front of a web server running on HTTP port
8080 and successfully started the HTTP server. However, after opening the application URL in an Internet browser, the administrator discovered that the application does not work. The administrator performed the following diagnostic steps:
Output of sysctl -a command:
Output of iptables -L command:
Output of netstat -nltop | grep "8080":
Which of the following is the NEXT step the administrator should perform to permanently fix the issue at the kernel level?
A systems administrator has received reports of intermittent network connectivity to a particular website. Which of the following is the BEST command to use to characterize the location and type of failure over the course of several minutes?
A Linux administrator retrieved a repository of files from a Git server using git clone. The administrator wants to see if a configuration file was added to the repository. Which of the following Git arguments should be used to see the recent modifications?
A Linux administrator needs to add some files in a directory to the Git repository but must exclude some local
.tmp files that are occasionally created by the scripts.
Which of the following is the BEST way to accomplish this task?