UNIX MODULE-1 QUIZ

UNIX MODULE-1 QUIZ

University

30 Qs

quiz-placeholder

Similar activities

220-1002   A+  25-50

220-1002 A+ 25-50

University

25 Qs

C#-предметная олимпиада по программированию

C#-предметная олимпиада по программированию

University

30 Qs

Python программалау тілі бойынша тест тапсырмалары

Python программалау тілі бойынша тест тапсырмалары

University

26 Qs

Linux Quiz (RHCSA)

Linux Quiz (RHCSA)

University

30 Qs

Programming in Python - Unit III

Programming in Python - Unit III

University

30 Qs

Midterm Quiz | CSC 325 Operating System Quiz

Midterm Quiz | CSC 325 Operating System Quiz

University

30 Qs

(OS) 1. Desktop Computers - Architecture & OS Review

(OS) 1. Desktop Computers - Architecture & OS Review

University

30 Qs

UNIX MODULE-1 QUIZ

UNIX MODULE-1 QUIZ

Assessment

Quiz

Computers

University

Hard

Created by

Vijay Kumar S

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you display a listing of file details such as date, size, and access permissions?

List all

Ls -full

Ls -l

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you display the contents of a file myfile.txt?

Type myfile.txt

List myfile.txt

Less myfile.txt

Cat myfile.txt

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new directory called flower?

Newdir flower

Mkdir flower

Crdir flower

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Change the current directory to /usr/local/bin.

 

Mv /usr/local/bin

 

Cd /usr/local/bin

Setdir /usr/localbin

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to remove a directory?

rd

rmdir

dldir

rdir

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command sends the word count of the file infile to the newfile.

wc infile >newfile

wc <infile >newfile

wc infile - newfile

wc infile | newfile

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters?

cat emp[!0-9]

more [emp][!0-9]

cat emp[x-z]

cat emp[a-z]

None of the above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?