Exploring Linux and Shell Programming

Exploring Linux and Shell Programming

12th Grade

15 Qs

quiz-placeholder

Similar activities

MOAC Word 2016 Lesson 1

MOAC Word 2016 Lesson 1

8th Grade - University

10 Qs

Exploring File Operations in Python

Exploring File Operations in Python

12th Grade

20 Qs

U01 - Command Line & Binary/Decimal Test

U01 - Command Line & Binary/Decimal Test

9th - 12th Grade

20 Qs

Coding and Logic (Mitchell)

Coding and Logic (Mitchell)

KG - Professional Development

10 Qs

Linux Directory Structures

Linux Directory Structures

10th Grade - University

20 Qs

ICT_IGCSE_Chapter11_FileManagment

ICT_IGCSE_Chapter11_FileManagment

9th - 12th Grade

19 Qs

Windows 10 System Management  Tools

Windows 10 System Management Tools

9th Grade - University

10 Qs

File Handling-1

File Handling-1

12th Grade

10 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?