Quiz 1: Linux...ology

Quiz 1: Linux...ology

University

10 Qs

quiz-placeholder

Similar activities

UlI101 SLG -- Week 4 Quiz -- Pathnames and File Expansion

UlI101 SLG -- Week 4 Quiz -- Pathnames and File Expansion

University

7 Qs

Linux quiz 1

Linux quiz 1

University

5 Qs

Shell Scripting Quiz

Shell Scripting Quiz

University

10 Qs

Linux I

Linux I

University

9 Qs

Administrasi Server Jaringan

Administrasi Server Jaringan

12th Grade - University

15 Qs

CSE 15L Lab 8

CSE 15L Lab 8

University

8 Qs

LINUX OPERATING SYSTEM

LINUX OPERATING SYSTEM

University

15 Qs

PowerShell and Windows Server

PowerShell and Windows Server

12th Grade - Professional Development

10 Qs

Quiz 1: Linux...ology

Quiz 1: Linux...ology

Assessment

Quiz

Computers

University

Easy

Created by

Dan Tulpan

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the symbol used for the root directory in Linux?

?

#

/

$

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What Linux command would you use to move up one directory?

cd /

cd ..

cd -

cd ~

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How do you list all files and their sizes from a directory?

ls

ls -f

ls -h

ls -l

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How do you find the path to your current directory?

cmd

pwd

awk

ls

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How do you create a nested directory called /a/b/c/d?

mkdir -p /a/b/c/d

mkdir /a/b/c/d

ls -l /a/b/c/d

rm -r /a/b/c/d

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which one is the absolute path to the directory /bin from /usr?

../usr/bin

../bin

../../usr/bin

/usr/bin

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The directory ~/cats contains 3 files and 2 directories. How do you remove it?

mkdir ~/cats

rm ~/cats

del ~/cats

rm -r ~/cats

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?