Font size
WorksheetsLinux Quiz (RHCSA)
Total questions: 30
Worksheet time: 10mins
who is the founder and principal creator of Linux os.
Richard Stallman
Linus Torvalds
Linux young
unix Ewing
What does GNU stands for?
Geek Needed Unix
General Unix
Gnu’s not Unix
none of the above
what is the default shell in Linux os?
Bourn shell
Z shell
Nologin shell
Bash shell
What ls commands does?
List the directory contents
Delete the directory contents
Increase the size of directory
None of the above
which command is used to remove files in redhat linux ?
dm
rm
erase
delete
Which command is used to Print your current working directory?
cwd
ddw
pwd
which command is used to changed the password of a user
useradd
mountp
password
passwd
what is the package name for Apache web server in redhat linux?
http
apache
webd
httpd
which one is the top most directory in redhat Linux os?
asterisks (*)
Doller sign ($)
backward slash ( \ )
forward slash ( / )
what is the full form of ssh ?
secure shell
silent shell
service shell
super shell
what is the name of your red hat Linux instructor , who conducted your training
raj shekhar shukla
rajesh pandey
chandra shekhar shukla
amit soni
which is the parent company of Red Hat?
HP
oracle
Infosys
IBM
which Commands used in red hat Linux to create the partition in hard disk.?
lsblk
mount
fdisk
mdisk
What is the default home directory of a normal user
/root
/opt
/home
/boot
What is MBR in hard disk
Master boot recorder
Master Boot Record
Master Bootable Record
None of the above
How to Query a package installed or not in Redhat Linux using RPM.
rpm -a package name
rpm -q package name
rpm -f package name
User Password stored under which file in redhat linux
/etc/passwd
/etc/password
/etc/gshadow
/etc/shadow
How to list an archive content using tar in redhat linux ?
tar -cvf
tar -lvf
tar -xvf
tar -tvf
Which command is used to compress the file
gzip
xz
bzip2
All above commands
what is the use of lsblk command
list block device file
list all character device file
both of the above option
none of the above option
Which Configuration file to be used to make permanent mount in redhat linux.
/etc/permanent_mount
/etc/mount
/etc/fstab
/etc/inittab
How to change password aging for a user in RedHat linux
chage -c user
chage user
chage -m user
chage -l user
what is the use of partprobe command
save the partition table
print the partition
delete the partition
update the partition table changes to kernel
Which command is used to format the partition in redhat linux
fkfs
gkfs
mkfs
rkfs
How to delete a user with his home directory in redhat linux
userdel -home username
userdel -a username
userdel -r username
usermod -p username
using which command you can change hostname in red hat Linux
(a)
Which Linux command is used to count the total number of lines, words, and characters contained in a file?
(a)
Which Linux command is used to see all the hidden files?
(a)
Which Linux command is used to identify file type?
(a)
The operator (a) is used to redirect the output of a command to the file without erasing all existing data of that file.
