Search Header Logo

CSE325_CA1_VIVA_ODD

Authored by Success Square

Computers

University

Used 7+ times

CSE325_CA1_VIVA_ODD
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

The part of the command line that adjusts the behavior of a command

option

command

argument

terminal

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which command is used to print the current working directory?


pwd


echo $PWD

only - pwd

both pwd and echo $PWD

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which command is used to copy entire directory?

cp -r [directory_to_be_copied] [new_directory]

cp -i [directory_to_be_copied] [new_directory]

cp -p [directory_to_be_copied] [new_directory]


none of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

How to append string 'INDIA' to file country.txt

echo INDIA < country.txt

echo INDIA >country.txt

echo INDIA 2>> country.txt

echo INDIA >> country.txt

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

How to create three folders with one command?

mkdir d1 d2 d3

mkdir d{1,2,3}

mkdir d{1..3}

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

How can you change the owner of a file named report.txt to user Alice?

chown Alice report.txt

chmod Alice report.txt

chgrp Alice report.txt

chown :Alice report.txt

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which command will assign read and write permissions to the owner, and only read permissions to the group and others, for a file named example.txt?

chmod 644 example.txt

chmod 755 example.txt

chmod 600 example.txt

chmod 666 example.txt

Access all questions and much more by creating a free account

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

Already have an account?