Linux Quiz 2

Linux Quiz 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

batch1-nri-quiz-aws-efs

batch1-nri-quiz-aws-efs

Professional Development

15 Qs

POSTTEST JNCIA

POSTTEST JNCIA

Professional Development

10 Qs

Coding & Logic - Lesson 1

Coding & Logic - Lesson 1

Professional Development

15 Qs

PYTHON QUIZ2

PYTHON QUIZ2

University - Professional Development

10 Qs

SLG ULI Week 9

SLG ULI Week 9

Professional Development

15 Qs

IT ENGLISH: Research Project Topics - Computer Building & Setup

IT ENGLISH: Research Project Topics - Computer Building & Setup

Professional Development

10 Qs

MySQL Webinar

MySQL Webinar

Professional Development

10 Qs

Kuiz #1 TM01/25 Pembangunan & Pengurusan Linux Server

Kuiz #1 TM01/25 Pembangunan & Pengurusan Linux Server

Professional Development

11 Qs

Linux Quiz 2

Linux Quiz 2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Dove Soap

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

After entering the following command on a Linux system, what are you likely to see?

cat /etc/shadow | grep root

The contents of the Linux password file

The password for the root account

The encrypted password of the root account

The encrypted password of the grep account

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of a command-line utility used for managing (i.e., finding, installing, or updating) software packages on Debian and Debian-based Linux distributions?

apt-get

rpm

alien

yum

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the character that can be used to send the output of one command as the input for another?

tilde

shebang

pipe

pound

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the Linux command segment used to append data to the "s.txt" file ?

echo "Hello Kali! s.txt"

echo "Hello Kali!" > s.txt

ls&passwd

echo "Hello Kali!" >> s.txt

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to redirect the output from a cat-command to a file 'testfile.txt'

cat filename > testfile.txt

cat filename&&testfile.txt

cat filename&testfile.txt

cat filename | testfile.txt

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the Linux utilities listed below can be used to display real-time system resources utilization statistics?

taskmgr

tasklist

top

nbtstat

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands in Linux can be used to display detailed information related to a specific command-line command/utility?

[command name] help

man [command name]

[command name] /?

help [command name]

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?