Just started learning Linux and Bash? Test your knowledge by answering these 15 common interview questions! Answer 15 out of 15 and you'll know you are ready for that job!


Question 1

Correct Answers: 1/4

#!/bin/bash is commonly called as


Question 2

Correct Answers: 1/4

What is the ls switch to view the inode numbers


Question 3

Correct Answers: 1/4

Which command is used to print the directory stack?


Question 4

Correct Answers: 1/4

Choose the option to remove write permission for group & others for a file “a.txt”.


Question 5

Correct Answers: 1/5

What is the command ‘sed’ is used for?


Question 6

Correct Answers: 1/4

How can you display the top 10 number of lines of a file?


Question 7

Correct Answers: 1/4

What is the default value of UMASK?


Question 8

Correct Answers: 1/4

What is an internal command?


Question 9

Correct Answers: 1/4

How can we list out all currently executing background processes?


Question 10

Correct Answers: 1/4

Which operator can be used to throw a process into background?


Question 11

Correct Answers: 1/4

Which command can be used to change file access permission bits?


Question 12

Correct Answers: 1/4

What is inode?


Question 13

Correct Answers: 1/4

Which command can be used to display basic information about your server?


Question 14

Correct Answers: 1/4

How to define an array in bash


Question 15

Correct Answers: 1/4

How will you pass and access arguments to a script in Linux/Bash?


Finish Quiz