Exploring Linux and Shell Programming

Exploring Linux and Shell Programming

12th Grade

15 Qs

quiz-placeholder

Similar activities

Windows 10 System Management  Tools

Windows 10 System Management Tools

9th Grade - University

10 Qs

File Management and Computer Literacy

File Management and Computer Literacy

9th - 12th Grade

11 Qs

POCS-Ch4.1 & 4.2 (Vocab)

POCS-Ch4.1 & 4.2 (Vocab)

8th - 12th Grade

20 Qs

Linux Basic

Linux Basic

1st - 12th Grade

20 Qs

KM4 Mock

KM4 Mock

7th - 12th Grade

10 Qs

POCS-Ch. 4 Review (Comprehension)

POCS-Ch. 4 Review (Comprehension)

7th - 12th Grade

20 Qs

File Type Extensions

File Type Extensions

8th Grade - University

10 Qs

Word 2016 - Lessons 1 & 2

Word 2016 - Lessons 1 & 2

9th - 12th Grade

20 Qs

Exploring Linux and Shell Programming

Exploring Linux and Shell Programming

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Dr.Sanjeev Gour

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to list files in a directory?

show

ls

list

dir

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change the permissions of a file in Linux?

Edit the file with a text editor.

Run the 'ls' command to view permissions.

Use the 'chmod' command.

Use the 'chown' command.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command 'chmod 755 file.txt' do?

Sets file permissions to rwxrwxrwx for file.txt.

Sets file permissions to r--r--r-- for file.txt.

Sets file permissions to rwxr-xr-x for file.txt.

Sets file permissions to rw-r--r-- for file.txt.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the purpose of the 'grep' command.

To display system information and statistics.

To create backups of files in a directory.

To compile source code into executable files.

The purpose of the 'grep' command is to search for and display lines that match a specified pattern in files or input.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a shell script?

A shell script is a type of computer virus.

A shell script is a graphical user interface.

A shell script is a file with a series of commands for the shell to execute.

A shell script is a programming language for web development.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new directory in Linux?

Use the command 'mkdir '.

Use the command 'rmdir '.

Type 'create ' in the terminal.

Execute 'newdir ' to make a directory.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between 'cp' and 'mv' commands?

The 'cp' command compresses files, while the 'mv' command extracts files.

The 'cp' command deletes files, while the 'mv' command copies files.

The 'cp' command moves files, while the 'mv' command deletes files.

The 'cp' command copies files, while the 'mv' command moves or renames files.

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?