wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Linux Quiz (RHCSA)

Total questions: 30

Worksheet time: 10mins

Name
Class
Date
1.

who is the founder and principal creator of Linux os.

a)

Richard Stallman

b)

Linus Torvalds

c)

Linux young

d)

unix Ewing

2.

What does GNU stands for?

a)

Geek Needed Unix

b)

General Unix

c)

Gnu’s not Unix

d)

none of the above

3.

what is the default shell in Linux os?

a)

Bourn shell

b)

Z shell

c)

Nologin shell

d)

Bash shell

4.

What ls commands does?

a)

List the directory contents

b)

Delete the directory contents

c)

Increase the size of directory

d)

None of the above

5.

which command is used to remove files in redhat linux ?

a)

dm

b)

rm

c)

erase

d)

delete

6.

Which command is used to Print your current working directory?

a)

cwd

b)

print

c)

ddw

d)

pwd

7.

which command is used to changed the password of a user

a)

useradd

b)

mountp

c)

password

d)

passwd

8.

what is the package name for Apache web server in redhat linux?

a)

http

b)

apache

c)

webd

d)

httpd

9.

which one is the top most directory in redhat Linux os?

a)

asterisks (*)

b)

Doller sign ($)

c)

backward slash ( \ )

d)

forward slash ( / )

10.

what is the full form of ssh ?

a)

secure shell

b)

silent shell

c)

service shell

d)

super shell

11.

what is the name of your red hat Linux instructor , who conducted your training

a)

raj shekhar shukla

b)

rajesh pandey

c)

chandra shekhar shukla

d)

amit soni

12.

which is the parent company of Red Hat?

a)

HP

b)

oracle

c)

Infosys

d)

IBM

13.

which Commands used in red hat Linux to create the partition in hard disk.?

a)

lsblk

b)

mount

c)

fdisk

d)

mdisk

14.

What is the default home directory of a normal user

a)

/root

b)

/opt

c)

/home

d)

/boot

15.

What is MBR in hard disk

a)

Master boot recorder

b)

Master Boot Record

c)

Master Bootable Record

d)

None of the above

16.

How to Query a package installed or not in Redhat Linux using RPM.

a)

rpm -a package name

b)

rpm -q package name

c)

rpm -f package name

17.

User Password stored under which file in redhat linux

a)

/etc/passwd

b)

/etc/password

c)

/etc/gshadow

d)

/etc/shadow

18.

How to list an archive content using tar in redhat linux ?

a)

tar -cvf

b)

tar -lvf

c)

tar -xvf

d)

tar -tvf

19.

Which command is used to compress the file

a)

gzip

b)

xz

c)

bzip2

d)

All above commands

20.

what is the use of lsblk command

a)

list block device file

b)

list all character device file

c)

both of the above option

d)

none of the above option

21.

Which Configuration file to be used to make permanent mount in redhat linux.

a)

/etc/permanent_mount

b)

/etc/mount

c)

/etc/fstab

d)

/etc/inittab

22.

How to change password aging for a user in RedHat linux

a)

chage -c user

b)

chage user

c)

chage -m user

d)

chage -l user

23.

what is the use of partprobe command

a)

save the partition table

b)

print the partition

c)

delete the partition

d)

update the partition table changes to kernel

24.

Which command is used to format the partition in redhat linux

a)

fkfs

b)

gkfs

c)

mkfs

d)

rkfs

25.

How to delete a user with his home directory in redhat linux

a)

userdel -home username

b)

userdel -a username

c)

userdel -r username

d)

usermod -p username

26.

using which command you can change hostname in red hat Linux

(a)  

27.

Which Linux command is used to count the total number of lines, words, and characters contained in a file?

(a)  

28.

Which Linux command is used to see all the hidden files?

(a)  

29.

Which Linux command is used to identify file type?

(a)  

30.

The operator (a)   is used to redirect the output of a command to the file without erasing all existing data of that file.