Garantie de satisfaction à 100% Disponible immédiatement après paiement En ligne et en PDF Tu n'es attaché à rien 4.2 TrustPilot
logo-home
Examen

TestOut Linux Pro Exam | 103 Questions And Answers Already Graded A+

Note
-
Vendu
7
Pages
43
Qualité
A+
Publié le
20-09-2023
Écrit en
2023/2024

6.1.5 There is a C debugger package installed on the server that your organization is no longer using. The IT manager in your organization has asked you to uninstall the ddd-C-D15 package. Complete this lab from the Terminal. In this lab, your task is to: - Uninstall the ddd-C-D15 package. - Verify that the ddd-C-D15 package is uninstalled. - rpm -e ddd-C-Debug-2.8.15- 15 rpm -q ddd-C-D15 2.9.6 You are experiencing a few issues on your Linux system that you think are related to either your terminal's environment settings or the shell being used. You need to view the files that will tell you information about your terminal. Complete this lab from the Terminal. In this lab, your task is to: - View the contents of the file /root/.bash_profile. - Answer Question 1. - View the contents of the file /etc/shells. - Answer Question 2. - cat /root/.bash_profile cat /etc/shells 8.9.6 The CEO of the company wants to make sure that the employees' personal information, as stored in the /hr/personnel file, is protected. The CEO has asked that you make sure that the human resources (HR) department is the owner of that file. Complete this lab from the Terminal. In this lab, your task is to: - Find the current owner of the /hr/personnel file.- Answer the question. - Change the group ownership of the /hr/personnel file to the hr group. - Verify the ownership change. - ls -l /hr chgrp hr /hr/personnel ls -l /hr 8.6.3 You recently installed and formatted a new hard drive in your system. Its device file name is /dev/sdb1. Now you want to mount the volume. Complete this lab from the Terminal. In this lab, your task is to: - Create the /mnt/disk directory. - Mount /dev/sdb1 to the /mnt/disk directory with the ext3 file system. - Use the mount command to verify that the volume is mounted correctly. - mkdir /mnt/disk mount -t ext3 /dev/sdb1 /mnt/disk mount 12.8.6 You are a network technician for a small corporate network, which is connected to the internet. Several issues have recently come up. - The employee in the Support Office reports that their workstation cannot communicate with any other computers on the network and cannot connect to the internet. - The employee in Office 2 reports that their workstation can communicate with some computers on the network, but cannot access the internet. - In addition to these two issues, you have just set up your workstation in the IT Administration office, and the workstation does not connect to any computers on the network.You need to diagnose and fix these problems. In this lab, your task is to: - Use troubleshooting tools such as ping, ip addr show, and route to diagnose the problems in the network. - Fix the problem at each workstation. - Use the troubleshooting tools to confirm each problem's resolution. The following table lists what should be the correct IP address for each computer: - Support Terminal ----- ping -c4 192.168.0.5 ping -c4 192.168.0.30 ip addr nano /etc/sysconfig/network-scripts/ifcfg-enp2s0 IPADDR: 192.168.0.32 BROADCAST: 192.168.0.255 GATEWAY: 192.168.0.5 Ctrl-X ip link set enp2s0 down ip link set enp2s0 up ip addr ping -c4 192.168.0.5 ping -c4 163.128.80.93 Office 2 Terminal ----- ping -c4 192.168.0.5 ping -c4 192.168.0.30 ping -c4 163.128.80.93 route nano /etc/sysconfig/network-scripts/ifcfg-enp2s0 GATEWAY: 192.168.0.5 ip link set enp2s0 down ip link set enp2s0 upping -c4 163.128.80.93 ITAdmin Terminal ----- ping -c4 192.168.0.5 ping -c4 192.168.0.30 ip addr nano /etc/sysconfig/network-scripts/ifcfg-enp2s0 NETMASK: 255.255.255.0 ip link set enp2s0 down ip link set enp2s0 up ping -c4 192.168.0.30 8.5.8 You've installed a new hard drive and created a partition on the drive. You now need to format the partition before you can save data on the new hard drive. Complete this lab from the Terminal. In this lab, your task is to: - Format the /dev/sdb1 partition with the ext3 file system. - mkfs -t ext3 /dev/sdb1

Montrer plus Lire moins
Établissement
TestOut Linux Pro
Cours
TestOut Linux Pro











Oups ! Impossible de charger votre document. Réessayez ou contactez le support.

École, étude et sujet

Établissement
TestOut Linux Pro
Cours
TestOut Linux Pro

Infos sur le Document

Publié le
20 septembre 2023
Nombre de pages
43
Écrit en
2023/2024
Type
Examen
Contenu
Questions et réponses

Sujets

Aperçu du contenu

TestOut Linux Pro Exam 6.1.5 There is a C debugger package installed on the server that your organization is no longer using. The IT manager in your organization has asked you to uninstall the ddd -C-Debug -2.8.15 -3.cd15 package. Complete this lab from the Terminal. In this lab, your ta sk is to: - Uninstall the ddd -C-Debug -2.8.15 -3.cd15 package. - Verify that the ddd -C-Debug -2.8.15 -3.cd15 package is uninstalled. - ✔✔ rpm -e ddd -C-Debug -2.8.15 -
3.cd15 rpm -q ddd -C-Debug -2.8.15 -3.cd15 2.9.6 You are experiencing a few issues on your Linux s ystem that you think are related to either your terminal's environment settings or the shell being used. You need to view the files that will tell you information about your terminal. Complete this lab from the Terminal. In this lab, your task is to: - View the contents of the file /root/.bash_profile. - Answer Question 1. - View the contents of the file /etc/shells. - Answer Question 2. - ✔✔ cat /root/.bash_profile cat /etc/shells 8.9.6 The CEO of the company wants to make sure that the employees' persona l information, as stored in the /hr/personnel file, is protected. The CEO has asked that you make sure that the human resources (HR) department is the owner of that file. Complete this lab from the Terminal. In this lab, your task is to: - Find the current owner of the /hr/personnel file. - Answer the question. - Change the group ownership of the /hr/personnel file to the hr group. - Verify the ownership change. - ✔✔ ls -l /hr chgrp hr /hr/personnel ls -l /hr 8.6.3 You recently installed and formatted a new hard drive in your system. Its device file name is /dev/sdb1. Now you want to mount the volume. Complete this lab from the Terminal. In this lab, your task is to: - Create the /mnt/disk directory. - Mount /dev/sdb 1 to the /mnt/disk directory with the ext3 file system. - Use the mount command to verify that the volume is mounted correctly. - ✔✔ mkdir /mnt/disk mount -t ext3 /dev/sdb1 /mnt/disk mount 12.8.6 You are a network technician for a small corporate network , which is connected to the internet. Several issues have recently come up. - The employee in the Support Office reports that their workstation cannot communicate with any other computers on the network and cannot connect to the internet. - The employee in Office 2 reports that their workstation can communicate with some computers on the network, but cannot access the internet. - In addition to these two issues, you have just set up your workstation in the IT Administration office, and the workstation does not connect to any computers on the network. You need to diagnose and fix these problems. In this lab, your task is to: - Use troubleshooting tools such as ping, ip addr show, and route to diagnose the problems in the network. - Fix the problem at each wo rkstation. - Use the troubleshooting tools to confirm each problem's resolution. The following table lists what should be the correct IP address for each computer: - ✔✔ Support Terminal ----- ping -c4 192.168.0.5 ping -c4 192.168.0.30 ip addr nano /etc/sysconfig/network -scripts/ifcfg -enp2s0 IPADDR: 192.168.0.32 BROADCAST: 192.168.0.255 GATEWAY: 192.168.0.5 Ctrl -X ip link set enp2s0 down ip link set enp2s0 up ip addr ping -c4 192.168.0.5 ping -c4 163.128.80.93 Office 2 Terminal ----- ping -c4 192.168.0.5 ping -c4 192.168.0.30 ping -c4 163.128.80.93 route nano /etc/sysconfig/network -scripts/ifcfg -enp2s0 GATEWAY: 192.168.0.5 ip link set enp2s0 down ip link set enp2s0 up ping -c4 163.128.80.93 ITAdmin Terminal ----- ping -c4 192.168.0.5 ping -c4 192.168.0.30 ip addr nano /etc/sysconfig/network -scripts/ifcfg -enp2s0 NETMASK: 255.255.255.0 ip link set enp2s0 down ip link set enp2s0 up ping -c4 192.168.0.30 8.5.8 You've installed a new hard drive and created a partition on the drive. You now need to format the partition before you can save data on the new hard drive. Complete this lab from the Terminal. In this lab, your task is to: - Format the /dev/sdb1 partition with the ext3 file system. - ✔✔ mkfs -t ext3 /dev/sdb1 10.1.9 You are troubleshooting your Linux system and need to know some information about some of the currently running processes. Complete this lab from the Terminal. In this lab, your task is to: - Use the ps command, with the applicable options, to find information about the currently running processes. - Answer the questions. - ✔✔ ps aux | less 10.2.10 As a part of your daily maintenance, you scan for and kill any zombie processes on the system. Com plete this lab from the Terminal. In this lab, your task is to: - Use the ps command to find zombie processes.
8,36 €
Accéder à l'intégralité du document:

Garantie de satisfaction à 100%
Disponible immédiatement après paiement
En ligne et en PDF
Tu n'es attaché à rien


Document également disponible en groupe

Faites connaissance avec le vendeur

Seller avatar
Les scores de réputation sont basés sur le nombre de documents qu'un vendeur a vendus contre paiement ainsi que sur les avis qu'il a reçu pour ces documents. Il y a trois niveaux: Bronze, Argent et Or. Plus la réputation est bonne, plus vous pouvez faire confiance sur la qualité du travail des vendeurs.
PatrickKaylian Delaware State University
S'abonner Vous devez être connecté afin de pouvoir suivre les étudiants ou les formations
Vendu
1823
Membre depuis
2 année
Nombre de followers
1044
Documents
22160
Dernière vente
6 jours de cela

3,8

317 revues

5
147
4
60
3
54
2
16
1
40

Récemment consulté par vous

Pourquoi les étudiants choisissent Stuvia

Créé par d'autres étudiants, vérifié par les avis

Une qualité sur laquelle compter : rédigé par des étudiants qui ont réussi et évalué par d'autres qui ont utilisé ce document.

Le document ne convient pas ? Choisis un autre document

Aucun souci ! Tu peux sélectionner directement un autre document qui correspond mieux à ce que tu cherches.

Paye comme tu veux, apprends aussitôt

Aucun abonnement, aucun engagement. Paye selon tes habitudes par carte de crédit et télécharge ton document PDF instantanément.

Student with book image

“Acheté, téléchargé et réussi. C'est aussi simple que ça.”

Alisha Student

Foire aux questions