wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Linux 1th month

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is the main goal of Cybersecurity?

a)

To make computers run faster

b)

To protect the confidentiality, integrity, and availability of data

c)

To create new software applications

d)

To design computer hardware

2.

What makes Linux different from Windows?

a)

Linux can only run on old computers

b)

Linux is open-source and highly customizable

c)

Linux doesn't need a monitor to work

d)

Linux automatically protects against all viruses

3.

Which feature of Linux is most valuable for security professionals?

a)

Built-in games and entertainment apps

b)

Colorful desktop themes

c)

Command-line control and security tools

d)

Automatic updates every hour

4.

If you type 'ls -la' instead of just 'ls', what extra information do you get?

a)

File colors and icons

b)

Hidden files and detailed permissions

c)

File download speeds

d)

The file's creation date only

5.

What happens if you type 'cd ..' in Linux?

a)

It closes the current directory

b)

It moves up one directory level

c)

It creates a new folder called "dots"

d)

It shows two copies of everything

6.

What does the 'pwd' command show you?

a)

Your password

b)

The current working directory path

c)

A list of programs

d)

The computer's power status

7.

Which command creates a new folder in Linux?

a)

create folder

b)

new_folder

c)

mkdir

d)

addfolder

8.

Which command is used to delete a file in Linux?

a)

delete

b)

remove

c)

rm

d)

erase

9.

Which command moves or renames a file?

a)

move

b)

mv

c)

transfer

d)

shift

10.

What command is used to change a user's password in Linux?

a)

changepass

b)

newpass

c)

passwd

d)

password

11.

In Linux file permissions, what does 'r' stand for?

a)

Run

b)

Remove

c)

Read

d)

Rename

12.

What command is used to install programs in Ubuntu/Debian Linux?

a)

apt install

b)

download

c)

get_program

d)

install.exe

13.

Which command shows currently running processes?

a)

programs

b)

running

c)

ps

d)

show

14.

What command tests if you can reach a website or server?

a)

test

b)

ping

c)

connect

d)

reach

15.

What symbol starts a Bash script file?

a)

#!/bin/bash

b)

<script>

c)

@echo

d)

//start