Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

WLUG Linux CS quiz

Total questions: 16

Worksheet time: 3mins

Name
Class
Date
1.

Inventor of Linux

a)

Dennis Ritchie

b)

Richard Stallman

c)

Linus Torvalds

d)

Ken Thompson

2.

Which of the following is NOT feature of Linux ?

a)

Secure and Stable

b)

Proprietary Software

c)

Customizable

d)

All of these

3.

Long form of GNU

a)

GNU's Unix

b)

GNU's Not Unix

c)

None of these

4.

Find the incorrect pair

a)

Preferred for beginners

b)

Cyber Security

c)

Personal Computer

d)

Cloud Computing

5.

Which of the following command is used to show the hidden files ?

a)

ls

b)

ls -l

c)

ls -a

d)

ls -lh

6.

If you want to find where you are in the directory structure which command will you use ?

a)

ls

b)

mkdir

c)

pwd

d)

echo "Current Directory"

7.

Which command is useful for creating file with contents ?

a)

touch

b)

chmod

c)

cat

d)

man

8.

Which of the following is not a text editor in Linux?

a)

nano

b)

vim

c)

gedit

d)

None of these

9.

Identify the incorrect syntax of cd command ?

a)

cd WLUG_DIR

b)

cd ..

c)

cd WLUG.txt

d)

cd /

10.

Calculate the chmod permission value for

Owner: rw-

Group: rwx

Public/Others: --x

a)

670

b)

375

c)

272

d)

671

11.

Which of the following is true about 'sudo'

a)

Super User Do

b)

Used for software install / remove permission

c)

Root user priviledges

d)

All the above options

12.

Kernel is responsible for

a)

Managing disk and memory

b)

Operations of memory

c)

Communication between User level applications and hardware

d)

Managing CPU time and processes

13.

Linux is a "Kernel"

Do you agree.....

a)

YES

b)

NO

14.

Which of the following sign is used to represent the home directory...

a)

/

b)

..

c)

.

d)

~

15.

Which keyboard shortcut is used to save the file in nano editor ?

a)

CTRL + X

b)

CTRL + O

c)

ALT + U

d)

CTRL + E

16.

Command to make a new folder in Linux CLI ?

a)

mkdir

b)

cp

c)

touch

d)

rmdir