Unix Quiz


Play this quiz that will help you to excel in Unix certification exams, placements etc. This Unix quiz consist of 10 questions that you need to solve in 10 minutes. We’ve specially designed this quiz so that you can quickly acquaint to the pattern of questions you can be asked in placement drives, certification exams etc.

Take the Free Practice Test



Unix MCQs

Practice Unix MCQ Questions, which will help you in better understanding of Unix OS and will also help you to prepare for various placement related exams.

Unix Quiz

Try Free Unix Quiz, to start a quiz you need to login first, after login you will get start quiz button and then by clicking on that you can start quiz. You will get 10 Minutes to answer all questions.

Unix Quiz

1. Which command is used to to send and receive mail?

mail
mailto
email
gmail

2. What does -c operation do in grep command?

Matches either upper or lowercase.
Prints only the count of matching lines.
Prints the matched line and its line number.
Prints all lines that do not match pattern.

3. Which of the following is not filter in unix?

cat
head
tail
cd

4. When you start a process (run a command), how many ways you can run it?

2
3
4
5

5. Which of the following command doesn't create a process?

pwd
fork
cd
Both A and C

6. Which option is used ignores first x fields when sorting?

-x
+x
-X
+X

7. The directory in which you find yourself when you first login is called your ______________.

Root directory
Shell directory
Home directory
Kernel directory

8. Which one of the following is not an environment variable?

env
Path
Home
User

9. We cannot use the unset command to unset variables that are marked ____________.

read
write
readonly
writeonly

10. ____ command will bring the background jobs to the foreground.

bg
gd
fg
kill

Results