Linux Quiz

Linux Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

POST TEST WORKSHOP KOMUNITAS PRAKTISI

POST TEST WORKSHOP KOMUNITAS PRAKTISI

Professional Development

10 Qs

BIMTEK TIK SD 2022

BIMTEK TIK SD 2022

Professional Development

20 Qs

Uji Kompetensi Guru

Uji Kompetensi Guru

Professional Development

20 Qs

Try Out Sertifikasi Bendahara Pengeluaran (Bagian III)

Try Out Sertifikasi Bendahara Pengeluaran (Bagian III)

Professional Development

20 Qs

Direct and Indirect Speech

Direct and Indirect Speech

9th Grade - Professional Development

20 Qs

Noom | Day 4 - Service request

Noom | Day 4 - Service request

Professional Development

17 Qs

Server+ Day 4

Server+ Day 4

Professional Development

20 Qs

இயற்பியல் ஆசிரியர்களுக்கான பயிற்சி

இயற்பியல் ஆசிரியர்களுக்கான பயிற்சி

Professional Development

20 Qs

Linux Quiz

Linux Quiz

Assessment

Quiz

Professional Development

Professional Development

Practice Problem

Hard

Created by

Mohammed Abdul Akheel

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the whole command to show long formatted list of the files in directory?

ls -l

ls -ltu

ls -ltr

ls -ltc

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

I want to pass color argument. What I need to use?

--

-

ls -color

ls --color

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

I want to create 100 directories named hello001 to hello100. What is the command?

mkdir hello(001..100)

mkdir hello{001..100}

mkdirhello[001..100]

mkdir hello(1..100)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which example represents the situation, when Command2 operates on output from Command1?

Command2 | Command1

Command1 || Command2

Command1 | Command2

Command1 | Command3 | Command2

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

I have a file where each line contains one word. I want to know how many unique words I have in file. What command will do the job?

cat file | sort | wc -l

cat file | sort | wc -l | uniq

cat file | uniq | sort | wc -l

cat file | sort | uniq | wc -l

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

the wc -l < numbers.txt command will

count letters in the filename of the file

count number of lines in numbers.txt file

write count into numbers.txt file

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

752 represents

rwx-rx-w-

rwx-wx-w-

rwx-rw-w-

rwx-rwr--

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?