Linux Commands

Linux Commands

Assessment

Quiz

Created by

Eshwari eshwarimsp@tce.edu

Computers

University

3 plays

Medium

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

_______ command is used to check IP address of a linux machine

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The pattern search can be implemented in linux with _____ command

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands would list files in root folder and filter the ones created by the "admin" user?

ls -l / |grep "admin"

ls -l / |grep "^admin"

ls -l / > grep "admin"

|grep "admin"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

wc command is used to print number of lines, words, and bytes

True

False

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Which command changes a file’s group owner?

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

which command is used to change ownership of a file ?

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write a simple bash script to find area of a rectangle (l*b)

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?