Which of the following should the Linux administrator choose for the new design?

A Linux administrator is tasked with creating resources using containerization. When deciding how to create this type of deployment, the administrator identifies some key features, including portability, high availability, and scalability in production . Which of the following should the Linux administrator choose for the new design?A . Docker B....

October 18, 2022 No Comments READ MORE +

Which of the following commands would maintain version control?

An administrator needs to make some changes in the IaC declaration templates . Which of the following commands would maintain version control?A . git clone https://github.com/comptia/linux+-.git git push origin B. git clone https://qithub.com/comptia/linux+-.git git fetch New-Branch C. git clone https://github.com/comptia/linux+-.git git status D. git clone https://github.com/comptia/linuxt+-.git git checkout -b <new-branch>View...

October 16, 2022 No Comments READ MORE +

Which of the following technologies provides load balancing, encryption, and observability in containerized environments?

Which of the following technologies provides load balancing, encryption, and observability in containerized environments?A . Virtual private network B. Sidecar pod C. Overlay network D. Service meshView AnswerAnswer: D

October 16, 2022 No Comments READ MORE +

Which of the following commands will accomplish this task?

A Linux systems administrator is configuring a new filesystem that needs the capability to be mounted persistently across reboots . Which of the following commands will accomplish this task? (Choose two.)A . df -h /data B. mkfs.ext4 /dev/sdc1 C. fsck /dev/sdc1 D. fdisk -l /dev/sdc1 E. echo "/data /dev/sdc1 ext4...

October 15, 2022 No Comments READ MORE +

Which of the following commands will extract the files?

A Linux administrator recently downloaded a software package that is currently in a compressed file . Which of the following commands will extract the files?A . unzip -v B. bzip2 -z C. gzip D. funzipView AnswerAnswer: C

October 15, 2022 No Comments READ MORE +

Which of the following commands would be MOST helpful for troubleshooting?

A Linux administrator is alerted to a storage capacity issue on a server without a specific mount point or directory . Which of the following commands would be MOST helpful for troubleshooting? (Choose two.)A . parted B. df C. mount D. du E. fdisk F. dd G. lsView AnswerAnswer: B,D

October 15, 2022 No Comments READ MORE +

Which of the following commands should replace the <CONDITIONAL> string?

A user is asking the systems administrator for assistance with writing a script to verify whether a file exists. Given the following: Which of the following commands should replace the <CONDITIONAL> string?A . if [ -f "$filename" ]; then B. if [ -d "$filename" ]; then C. if [ -f...

October 14, 2022 No Comments READ MORE +

Which of the following commands will extract the files?

A Linux administrator recently downloaded a software package that is currently in a compressed file . Which of the following commands will extract the files?A . unzip -v B. bzip2 -z C. gzip D. funzipView AnswerAnswer: C

October 14, 2022 No Comments READ MORE +

Which of the following commands can help to achieve the goal?

A cloud engineer needs to check the link status of a network interface named eth1 in a Linux server . Which of the following commands can help to achieve the goal?A . ifconfig hw eth1 B. netstat -r eth1 C. ss -ti eth1 D. ip link show eth1View AnswerAnswer: D

October 14, 2022 No Comments READ MORE +

Which of the following commands will help the administrator accomplish this task?

A systems administrator is tasked with installing GRUB on the legacy MBR of the SATA hard drive . Which of the following commands will help the administrator accomplish this task?A . grub-install /dev/hda B. grub-install /dev/sda C. grub-install /dev/sr0 D. grub-install /dev/hd0,0View AnswerAnswer: B

October 14, 2022 No Comments READ MORE +