Week 7 PART 2 | UNIX Command Quiz

Week 7 PART 2 | UNIX Command Quiz

University

35 Qs

quiz-placeholder

Similar activities

OSS (QUIZ6) - File System Quiz

OSS (QUIZ6) - File System Quiz

University

30 Qs

Week 7 - Part 1 | Operating Systems and UNIX MCQs

Week 7 - Part 1 | Operating Systems and UNIX MCQs

University

39 Qs

Revision Quiz

Revision Quiz

University

40 Qs

Linux Commands and Concepts Quiz

Linux Commands and Concepts Quiz

University

39 Qs

BTUI'24 - Inter-school ICT Quiz - Quarter Finals

BTUI'24 - Inter-school ICT Quiz - Quarter Finals

12th Grade - University

40 Qs

OWASP Noida Quiz

OWASP Noida Quiz

University

35 Qs

Linux Installation and User Management Quiz

Linux Installation and User Management Quiz

University

30 Qs

pop - 173

pop - 173

University

30 Qs

Week 7 PART 2 | UNIX Command Quiz

Week 7 PART 2 | UNIX Command Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Sameer Sah

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for a UNIX command?

$ command [options] [arguments]

$ [options] command [arguments]

$ command [arguments] [options]

$ [arguments] command [options]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the -m option in the mkdir command specify?

Maximum file size

Permission mode

Parent directory

Modification time

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the whoami command?

Displays current working directory

Displays the username of the current user

Displays the operating system name

Displays process IDs

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you type script a1script?

Creates a new script file named a1script

Runs the a1script program

Deletes the script file

Stops an existing script

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a file with the content "This is file two" spanning multiple lines?

echo > file

cat > file

ls > file

touch file

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command changes the directory using an absolute pathname?

cd ../../dir

cd /home/user/dir

cd dir

mkdir /dir

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you exit the script session?

exit

logout

close

quit

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?