Unit 21

Unit 21

9th Grade

12 Qs

quiz-placeholder

Similar activities

Linux introduction

Linux introduction

9th - 12th Grade

10 Qs

Computer Literacy Unit 1

Computer Literacy Unit 1

9th - 12th Grade

11 Qs

Budowa i obsługa komputera

Budowa i obsługa komputera

KG - University

15 Qs

Componenta Software a unui sistem de calcul

Componenta Software a unui sistem de calcul

5th - 12th Grade

14 Qs

Python ծրագրավորման լեզու

Python ծրագրավորման լեզու

7th - 10th Grade

10 Qs

Information technology 3 Unit 2

Information technology 3 Unit 2

4th - 10th Grade

12 Qs

Operating Systems

Operating Systems

9th - 12th Grade

15 Qs

Sistemas Operativos

Sistemas Operativos

3rd - 9th Grade

10 Qs

Unit 21

Unit 21

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Bill Beliveau

Used 6+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are helping your friend troubleshoot a problem with their Linux server. You enter a common Linux command and discover it doesn't work exactly as you expected. What might be the problem, and what do you do next?

The Linux shell is not the one you expected; use the echo $0 command.

You probably don't know how to use the Linux command; search the web for information about the command.

The Linux shell is not the one you expected; use the echo $SHELL command.

The Linux installation is corrupted; restore the system from backup.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are running a web server app in Ubuntu Server. Users complain that their browsers are loading webpages with errors. Where are you likely to find the log file where the web server reports its errors?

/app/log

/bin

/var/log

/root

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Linux, when logged in as a normal user with root privileges, which command must precede the apt-get command in the command line in order to install a program?

sudo user

su

sudo

root

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have set up an FTP server in Ubuntu Server. Dominique, a user, calls to say she gets an error when trying to put a file in her /home/dominique/files directory. You look at the directory structure and see that you forgot to give the user ownership of the directory. Which command can fix the problem?

chown dominique:dominique /home/dominique files

sudo chmod u+srwx /home/dominique files

sudo chown dominique:dominique /home/dominique files

chmod u+rwx /home/dominique/files/

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are managing an FTP server installed in Ubuntu Server. The server has created a very large log file, vsftpd.log. Which command is appropriate to search the log file for activity of the user nolan?

sudo cat /var/log/vsftpd.log

grep "nolan" /var/log/vsftpd.log

sudo grep "nolan" /var/log/vsftpd.log

cat /var/log/vsftpd.log

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You work at an IT help desk and have been asked to set up 25 new user accounts in Active Directory. Your manager tells you to save time by using a PowerShell script that's available on a network share. You look at several script files named CreateNewUsers that are stored on the drive. Which one is likely to be the one you want?

The file with a .ps1 file extension

The file with a .js file extension

The file that is the largest

The file with a .bat file extension

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A coworker is complaining that their connection to the Internet does not work. When you ask to examine the system, they show you a MacBook with Ubuntu Linux installed. Your initial assessment is that the Ethernet port does not have any lights flashing. You now want to check the configuration of the network card. Which of the following commands would allow you to view the necessary information?

traceroute

ip address

ipconfig /all

ip route

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?