126 - 150 Linux

126 - 150 Linux

University

25 Qs

quiz-placeholder

Similar activities

tjkt 11 (Soal Administrasi Sistem Jaringan)

tjkt 11 (Soal Administrasi Sistem Jaringan)

11th Grade - University

20 Qs

20 Soal Software dan Fungsinya di Dunia Kerja

20 Soal Software dan Fungsinya di Dunia Kerja

University

20 Qs

UAS Cloud Computing

UAS Cloud Computing

University

25 Qs

Quizz (Remote Server)

Quizz (Remote Server)

12th Grade - University

20 Qs

Quiz Kisi-Kisi Coding - STS Ganjil

Quiz Kisi-Kisi Coding - STS Ganjil

KG - Professional Development

25 Qs

Meta Meysawati

Meta Meysawati

University

20 Qs

Android

Android

10th Grade - Professional Development

25 Qs

ASJ

ASJ

12th Grade - University

20 Qs

126 - 150 Linux

126 - 150 Linux

Assessment

Quiz

Computers

University

Hard

Created by

Resul Gedikli

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Users have reported that the interactive sessions were lost on a Linux server. A Linux administrator verifies the server was switched to rescue.target mode for maintenance. Which of the following commands will restore the server to its usual target?

telinit 0

systemctl reboot

systemctl get-default

systemet! emergency

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A systems administrator was tasked with assigning the temporary IP address/netmask 192.168.168.1/255.255.255.255 to the interface eth0 of a Linux server.

When adding the address, the following error appears:

# ip address add 192.168.168.1/33 dev ethO

Error: any valid prefix is expected rather than "192.168.168.1/33".

Based on the command and its output above, which of the following is the cause of the issue?

The CIDR value /33 should be /32 instead.

There is no route to 192.168.168.1/33.

The interface eth0 does not exist.

The IP address 192.168.168.1 is already in use.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A Linux user reported the following error after trying to connect to the system remotely: ssh: connect to host 10.0.1.10 port 22: Resource temporarily unavailable.

The Linux systems administrator executed the following commands in the Linux system while trying to diagnose this issue:

firewall-cmd -zone=public -permanent -add-service=22

systemetl enable firewalld; systemetl restart firewalld

firewall-cmd --zone=public --permanent --add-service=ssh

firewall-cmd -zone=public permanent -add-port=22/udp

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Linux administrator has been tasked with installing the most recent versions of packages on a RPM-based OS. Which of the following commands will accomplish this task?

apt-get upgrade

rpm -a

yum updateinfo

dnf update

yum check-update

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Linux administrator needs to expand a volume group using a new disk. Which of the following options presents the correct sequence of commands to accomplish the task?

partprobe

vgcreate

Ivextend

Ivcreate

fdisk

partprobe

fdisk

partprobe

mkfs

fdisk

pvcreate
vgextend

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following directories is the mount point in a UEFI system?

/sys/efi

/boot/efi

/efi

/ete/efi

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Linux administrator copied a Git repository locally, created a feature branch, and committed some changes to the feature branch. Which of the following Git actions should the Linux administrator use to publish the changes to the main branch of the remote repository?

tebase

tag

commit

push

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?