SLG ULI Week 7

SLG ULI Week 7

University

33 Qs

quiz-placeholder

Similar activities

Microsoft Security Review Quiz

Microsoft Security Review Quiz

University

34 Qs

OS-9

OS-9

9th Grade - University

30 Qs

Q4 INSW Test (2022/2023)

Q4 INSW Test (2022/2023)

University

30 Qs

APP DEV (Short Quiz # 2)

APP DEV (Short Quiz # 2)

University

30 Qs

Linux Essentials

Linux Essentials

University

31 Qs

Quiz 6 - IT104A - Chapter 8

Quiz 6 - IT104A - Chapter 8

University

35 Qs

SCA BABCOCK 30 DAYS OF 0SS

SCA BABCOCK 30 DAYS OF 0SS

University

29 Qs

Windows Server 2012 R2

Windows Server 2012 R2

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?