SLG ULI Week 7

SLG ULI Week 7

University

33 Qs

quiz-placeholder

Similar activities

SCA BABCOCK 30 DAYS OF 0SS

SCA BABCOCK 30 DAYS OF 0SS

University

29 Qs

linux os quiz

linux os quiz

University

28 Qs

UAS Praktikum Adm Server

UAS Praktikum Adm Server

University

30 Qs

Linux Essentials

Linux Essentials

University

31 Qs

15. 205.1 Basic Networking Configuration

15. 205.1 Basic Networking Configuration

University

29 Qs

String in Python

String in Python

University

36 Qs

OS - Assessment 01

OS - Assessment 01

University

30 Qs

PT101 - Seatwork 10

PT101 - Seatwork 10

University

37 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?