Linux+ LX0-103 Quiz A

Linux+ LX0-103 Quiz A

Professional Development

10 Qs

quiz-placeholder

Similar activities

Taller hacking ético

Taller hacking ético

9th Grade - Professional Development

10 Qs

Quiz - DevSecOps

Quiz - DevSecOps

Professional Development

10 Qs

การตัดต่อเบื้องต้น

การตัดต่อเบื้องต้น

Professional Development

10 Qs

Ujian Pengetahuan Asas ICT

Ujian Pengetahuan Asas ICT

Professional Development

15 Qs

React Basics - Quiz I

React Basics - Quiz I

Professional Development

15 Qs

how IT works

how IT works

University - Professional Development

12 Qs

CODE-P5

CODE-P5

Professional Development

10 Qs

C - Programming ( Output based - Loop )

C - Programming ( Output based - Loop )

Professional Development

10 Qs

Linux+ LX0-103 Quiz A

Linux+ LX0-103 Quiz A

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Brett Glines

Used 45+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following commands prints a list of usernames (first column) and their primary group (fourth

column) from the /etc/passwd file?

fmt -f 1,4 /etc/passwd

split -c 1,4 /etc/passwd

cut -d : -f 1,4 /etc/passwd

paste -f 1,4 /etc/passwd

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following commands is used to change options and positional parameters for a running Bash?

history

set

bashconf

envsetup

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Regarding the command:

nice -5 /usr/bin/prog

Which of the following statements is correct?

/usr/bin/prog is executed with a nice level of -5.

/usr/bin/prog is executed with a nice level of 5.

/usr/bin/prog is executed with a priority of -5.

/usr/bin/prog is executed with a priority of 5.

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What of the following statements are true regarding /dev/ when using udev? (Choose TWO.)

Entries for all possible devices get created on boot even if those devices are not connected.

Additional rules for udev can be created by adding them to /etc/udev/rules.d/.

When using udev, it is not possible to create block or character devices in /dev/ using mknod.

The /dev/ directory is a filesystem of type tmpfs and is mounted by udev during system startup.

The content of /dev/ is stored in /etc/udev/dev and is restored during system startup.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many fields are in a syntactically correct line of /etc/fstab?

3

4

5

6

7

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the device file name for the second partition on the only SCSI drive?

/dev/hda1

/dev/sda2

/dev/sd0a2

/dev/sd1p2

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following file permissions belong to a symbolic link?

-rwxrwxrwx

+rwxrwxrwx

lrwxrwxrwx

srwxrwxrwx

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?