SLG ULI Week 7

SLG ULI Week 7

University

33 Qs

quiz-placeholder

Similar activities

AutoCAD 2021 Chapter 1 Quiz

AutoCAD 2021 Chapter 1 Quiz

University

30 Qs

CyberPatriots!

CyberPatriots!

3rd Grade - Professional Development

38 Qs

PAK 13

PAK 13

University

30 Qs

Hands-on Practical MCQs on Networking and Security

Hands-on Practical MCQs on Networking and Security

University

30 Qs

Exam 2 Review

Exam 2 Review

University

38 Qs

Q4 INSW Test (2022/2023)

Q4 INSW Test (2022/2023)

University

30 Qs

Service Management Linux 9

Service Management Linux 9

University

33 Qs

APP DEV (Short Quiz # 2)

APP DEV (Short Quiz # 2)

University

30 Qs

SLG ULI Week 7

SLG ULI Week 7

Assessment

Quiz

Computers

University

Hard

Created by

Novell Rasam

Used 6+ times

FREE Resource

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When displaying the contents of a text file using the "more" command, to find the word "pipe" enter:

find pipe

grep pipe

pipe

/pipe

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The command to delete a directory and it's contents is:

rm -i

rm -r

rm -p

rm -f

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The command to display file zoo with all alphabetic characters shown in uppercase:

tr '[a-z]' '[A-Z]' < zoo

uppercase zoo

cat -u zoo

vi 's/[a-z]/[A-Z]/g' zoo

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

With a umask of 016, what will be the default permissions for newly-created directories?

-----xrw-

rw-rw----

rwxrw---x

rwxrw----

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The following commands have been entered:

$ who

lczegel

dsrybnik

leung

dmovshov

$ who | sort | tail -1 > who.sorted

who.sorted now contains?

dmovshov

leung

dsrybnik

lczegel

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following commands will set the minimum permissions to allow all users to list the names of files in the /bin directory:

chmod a+r /bin

chmod a+x /bin

chmod 444 /bin

chmod 111 /bin

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

$ ls

pgm pgma pgmaa pgmabc pgmxa

Which files will the command "ls ???a" list?

pgma pgmaa pgmxa

pgma pgmaa pgmabc

pgma

pgma pgmaa pgmabc pgmxa

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?