wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PARC Linux Basic Part 2

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

Where does the folder location for all running process information is stored?

a)

/opt

b)

/var

c)

/run

d)

/etc

e)

/proc

2.

home folder for every user in a linux system is located in...

a)

/root

b)

/opt

c)

/srv

d)

/home

e)

/tmp

3.

Shortcut to go to home to directory is

a)

cd /

b)

cd ..

c)

cd ~

d)

cd

e)

cd /usr

4.

Administrator is to Windows as ____ is to Linux

a)

Owner

b)

Guest

c)

Root

d)

Low priviledge user

5.

Software distributed with all its source code, allowing developers to customize is called ....

a)

Open source software

b)

ISO Image

c)

Closed source software

d)

Proprietary

e)

Free to use

6.

What is the super user command prefix?

a)

super

b)

su

c)

sudo

d)

chmod

e)

chown

7.

man command is for ?

a)

Make a file

b)

adding new source

c)

make a folder

d)

provide description for command

e)

to run a command as a root privilege

8.

what is the command to create a folder `parc`

a)

touch parc

b)

mkdir parc

c)

locate parc

d)

man parc

e)

make parc

9.

what is the command to remove an empty folder `parc`.

a)

rm -f parc

b)

chmod parc

c)

remove parc

d)

del parc

e)

rmdir parc

10.

create a file name `parc-file`

a)

man parc-file

b)

mkdir parc-file

c)

touch parc-file

d)

echo > parc-file

e)

make parc-file

11.

history command is for .....

a)

view recent update for linux

b)

will show command that has been run before

c)

to open manual page or description for command

d)

to show content of a file

e)

view the process running in the system

12.

command cat is for .....

a)

view recent update for linux

b)

will show command that has been run before

c)

to open manual page or description for command

d)

to show content of a file

e)

view the process running in the system

13.

which command is used to install speedtest-cli?

a)

sudo apt search speedtest-cli

b)

sudo make speedtest-cli

c)

sudo install speedtest-cli

d)

sudo apt install speedtest-cli

e)

sudo apt purge speedtest-cli

14.

to view information about cpu, memory and running process

a)

top

b)

vim

c)

history

d)

locate

e)

htop

15.

change ownership of files/folder

a)

chmod

b)

diff

c)

chown

d)

change

e)

apt

16.

find a file name `army`

a)

rm army

b)

locate army

c)

make army

d)

search army

e)

which army

17.

search for text in a file

a)

locate

b)

grep

c)

mkdir

d)

which

e)

htop

18.

rename a file from `putera` to `army`

a)

rm putera army

b)

cp putera army

c)

mv putera army

d)

cd putera army

e)

touch army

19.

location of home folder for root user is located in .....

a)

/

b)

/usr/root

c)

/home/root

d)

/root

e)

/var/root

20.

to list a file and folder along with the hidden one.

a)

ls -l

b)

dir /a

c)

ls -a

d)

sl -a

e)

ls -h