Linux Commands Quiz

Linux Commands Quiz

University

60 Qs

quiz-placeholder

Similar activities

REMIDI Quiz 4_AOK_Sistem I/O Komputer & Arematika Kom._2&3

REMIDI Quiz 4_AOK_Sistem I/O Komputer & Arematika Kom._2&3

University

60 Qs

Summative - Python

Summative - Python

University

60 Qs

LATIHAN ASAS INFORMATIKA

LATIHAN ASAS INFORMATIKA

7th Grade - University

65 Qs

Midterm Examination in HCI

Midterm Examination in HCI

University

58 Qs

MS  Excel

MS Excel

University

63 Qs

SAP Cloud and Architecture Quiz

SAP Cloud and Architecture Quiz

University

55 Qs

Assesmen Formatif Akhir

Assesmen Formatif Akhir

12th Grade - University

60 Qs

Rogic

Rogic

12th Grade - University

60 Qs

Linux Commands Quiz

Linux Commands Quiz

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Saranya Muthu

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The man command is used to access the detailed user manual for any other command. It provides comprehensive information about the command's syntax, options, and usage examples. For instance, man ls shows everything about the ls command.

Displays the manual (documentation) for other commands.

Lists the contents of a directory (files and folders).

Changes the current working directory.

Prints the full path of the current/working directory.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ls command lists files and directories. The -l option provides a detailed list with permissions, owner, size, and modification time. The -a option includes hidden files (those starting with a dot). Combining them as ls -al is very common.

Displays the manual (documentation) for other commands.

Lists the contents of a directory (files and folders).

Changes the current working directory.

Prints the full path of the current/working directory.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The cd command is used to navigate between directories. cd folder moves into 'folder', cd .. moves up to the parent directory, and cd or cd ~ takes you directly to your home directory from anywhere.

Changes the current working directory.

Lists the contents of a directory (files and folders).

Prints the full path of the current/working directory.

Creates new directories.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The pwd command outputs the absolute path of the directory you are currently working in. This is essential for orientation within the complex Linux filesystem hierarchy.

Changes the current working directory.

Lists the contents of a directory (files and folders).

Prints the full path of the current/working directory.

Creates new directories.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The mkdir command creates new directories. The powerful -p option allows you to create an entire path of nested directories at once, even if the parent directories don't already exist.

Creates new directories.

Removes empty directories.

Moves or renames files and directories.

Copies files and directories.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The rmdir command is used to delete empty directories. It is a safe command as it will not delete a directory that contains any files or subdirectories, preventing accidental data loss.

Creates new directories.

Removes empty directories.

Moves or renames files and directories.

Copies files and directories.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The mv command has a dual purpose. It is used to move files/directories from one location to another. It is also used to rename them, as renaming is essentially moving the file to the same location with a new name.

Moves or renames files and directories.

Creates new directories.

Removes empty directories.

Copies files and directories.

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?