wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Linux Basic

Total questions: 20

Worksheet time: 9mins

Name
Class
Date
1.

Apakah kalian sudah pernah menggunakan Linux sebelum mengikuti kelas ini?

a)

Sudah

b)

Belum

2.

Sudah berapa lama kalian menggunakan Linux?

a)

Lebih dari 1 Tahun

b)

Kurang dari 1 Tahun

c)

Setelah ikut kelas Linux+

3.

Seberapa tertarik untuk menggunakan sistem operasi linux?

a)

Masih coba-coba

b)

Kurang menarik

c)

Cukup menarik

d)

Keren

4.

Jika kalian ingin beralih ke sistem operasi linux, kira-kira akan digunakan sebagai apa?

a)

OS PC/Laptop

b)

Lab

c)

Server

d)

IoT

5.

What is command used to print the directory list with detail information?

a)

ls -a

b)

ls -l

c)

ls

d)

ls -v

6.

command is used to remove the directory

a)

rm

b)

remove

c)

del

d)

rmdir

7.

How to force remove file and directory at the same time

a)

rm -r

b)

rm -rf

c)

rmdir -r

d)

rm -f

8.

Which character can be used to separate two commands on the same line?

a)

:

b)

;

c)

,

d)

\

9.

Which of the following command can give documentation of a command?

a)

man

b)

doc

c)

info

d)

how

10.

A command-line command in Linux that allows to search files for lines containing a match to a given pattern is called:

a)

grep

b)

find

c)

cat

d)

touch

11.

A Linux command displaying an absolute path to (i.e. full filename of) the current working directory is called:

a)

pwd

b)

ls

c)

dir

d)

echo

12.

What is the name of a Linux command used for renaming files and directories?

a)

move

b)

mv

c)

cut

d)

dir

13.

Which of the answers listed below refers to a Unix command for copying files and directories?

a)

copy

b)

send

c)

cp

d)

mv

14.

A Linux command that allows for modifying security privileges in order to be able to execute a single command that requires root access permissions is called:

a)

su

b)

sudo

c)

sudoers

d)

superuser

15.

I want to create a user called "me" and it has a home directory on /user/me/ and has shell using /bin/bash. So which command that should I use?

a)

adduser me

b)

useradd me /bin/bash

c)

useradd -b /user/me -s /bin/bash me

d)

useradd -d /user/me -s /bin/bash me

16.

What is the name of a Linux command-line utility used for reporting statistics on running processes?

a)

ps

b)

ls

c)

netstat

d)

nbstat

17.

A Linux command-line command allowing a user to change his/her own password is known as:

a)

chgpwd

b)

pwd

c)

passwd

d)

pass

18.

How to give wirte access to file or folder for all users?

a)

chmod +rx

b)

chmod +rw

c)

chmod +w

d)

chmod -w

19.

Which following text editor can't use in Linux distribution?

a)

nano

b)

vi

c)

vim

d)

notepad

20.

I want to add my user called "James" to group "Finance". What command should I do?

a)

useradd james -g finance

b)

usermod -aG finance james

c)

usermod -aG james finance

d)

usermod -l james finance