wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Linux Lab Assessment 1

Total questions: 18

Worksheet time: 9mins

Name
Class
Date
1.

The Kernel in Linux OS sits in between Hardware and application software

a)

True

b)

False

2.

Following command can be used to list all the directory contents :

a)

ls -l

b)

ls -a

c)

ls -t

d)

ls -r

3.

Which command is used when it comes to creating folders in linux ?

a)

touch

b)

cat

c)

mkdir

d)

mv

4.

Normal user can execute script located inside /etc directory without sudo:

a)

True

b)

False

5.

Which permission amongst the following allows only groups to read and execute the file and denies all user as well as others to read, write and execute ?

a)

rwxrwx---

b)

rw-r-x--x

c)

---r-x---

d)

r-x-w-rwx

6.

How to make a file executable the right way?

a)

chmod 777

b)

chmod a-x

c)

chmod +x

d)

chmod 400

7.

A Linux distribution is a collection of; usually open source, software on top of a Linux kernel

a)

True

b)

False

8.

Open source means you can

a)

The product is usually free and can be modified

b)

The product cost and you cannot change the software

c)

Only by get the software online

9.

The prompt of the regular users is

a)

@

b)

%

c)

#

d)

$

10.

Help for all commands is available at

a)

Man command

b)

Help command

c)

Join command

d)

Tput command

11.

What command clears the contents of your terminal display?

a)

clear

b)

cache

c)

delete

d)

remove

12.

Which of the Linux command-line commands listed below is used for directory traversal/navigation?

a)

change

b)

cd

c)

cdc

d)

ps

13.

What command to check/see current working directory?

a)

who

b)

pwd

c)

where

d)

catch

14.

Which of the following commands in Linux is used to display information about files and directories contained within the current working directory?

a)

ls

b)

sl

c)

show

d)

None of these

15.

What is the command to delete a file/directory?

a)

rk

b)

rm

c)

rc

d)

di

16.

Which of the following commands allows for moving one level up in Linux directory tree?

a)

cd -

b)

cd /

c)

cd --

d)

cd ~

17.

Moves to the root directory

a)

cd ~

b)

cd \

c)

cd /

d)

cd ..

18.

Only users with root permissions can make changes to other users’ account types and passwords.

a)

True

b)

False