1. Pe Ubuntu se doreste instalarea serverului DNS numit bind9. Ce comanda realizeaza acest lucru: 1. rpm -ivh bind9.rpm 2. apt-get install bind9 3. apt install bind9 4. yum -y install bind9 5. apt get install bind9 2. In ce fisier se gasesc repozitoarele folosite de apt? 1. /etc/apt/sources 2. /etc/apt/sources.list 3. /etc/rebositories 4. /etc/apt/repo 5. /etc/apt.conf 3. Optiunea comenzii apt-get folosita pentru upgrade-ul intregului sistem de operare este: ( 2 raspunsuri ) 1. update 2. upgrade 3. dist-upgrade 4. --Update 5. install-all 4. Ce posibilitata exista pentru afisarea help-ului comenzii apt-get? ( 2 raspunsuri ) 1. apt-get -h 2. man apt-get 3. apt-get get-help 4. apt-get show help 5. which apt-get 5. Cum se poate afla daca un packet deb numit tshark este instalat in sistem? 1. dpkg -L --get-selections | grep tshark 2. dpkg --get-selections | grep tshark 3. apt-get search tshark 4. apt-get search installed tshark 6. Ce comanda afiseaza pachetul DEB caruia ii apartine fisierul /usr/bin/tail? 1. apt-get seach tail 2. dpkg -s /usr/bin/tail 3. dpkg -S /usr/bin/tail 4. dpkg -L /usr/bin/tail 7. Ce comanda se foloseste pentru a afisa toate fisierele care fac parte dintr-un pachet DEB? 1. dpkg -L 2. dpkg -V 3. dpkg -S 4. dpkg --get-selections 8. Ce comanda cauta in repozitoarele configurate, downloadeaza si instaleaza programul numit wireshark in Ubuntu? 1. apt-get install wireshark 2. apt-get update wireshark 3. dpkg -i wireshark-1.0.deb 4. yum install wireshark 9. Pentru a sterge in Ubuntu un pachet numit ettercap impreuna cu toate fisierele de configurare se foloseste: 1. apt-get erase ettercap 2. apt-get remove ettercap 3. apt-get purge ettercap 4. apt-get delete ettercap 5. apt-get --delete ettercap