Linux Fundamentals

Linux Fundamentals

Professional Development

7 Qs

quiz-placeholder

Similar activities

Tehdit Avcılığa Giriş

Tehdit Avcılığa Giriş

Professional Development

10 Qs

Microfocus IDAM Webinar

Microfocus IDAM Webinar

Professional Development

10 Qs

Command line

Command line

6th Grade - Professional Development

2 Qs

RedHat Team

RedHat Team

Professional Development

10 Qs

Tech Update Quiz 2024

Tech Update Quiz 2024

Professional Development

10 Qs

NextGen MCSA -Theory Test

NextGen MCSA -Theory Test

Professional Development

10 Qs

PYTHON

PYTHON

KG - Professional Development

9 Qs

Ataques de Ransomware

Ataques de Ransomware

Professional Development

10 Qs

Linux Fundamentals

Linux Fundamentals

Assessment

Quiz

Instructional Technology

Professional Development

Medium

Created by

Kevin Wakuze

Used 20+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following command do?


touch media/popular.txt

It creates a file named popular.txt in your working directory

It creates a file named popular.txt in the media directory.

It changes the working directory to the media directory.

This command is not formed correctly.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the current working directory is home/, which of the following commands will navigate to the movies/ directory in the tree below?


home/

media/

movies/

music/

mkdir media/movies

ls media/movies

cd movies

cd media/movies

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a directory?

A command to a computer

A tree structure

A file

A folder used to store files

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you print the current working directory?

pwd

mkdir

cd

ls

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you create a file named text.txt in your current directory?

touch text.txt

mkdir text.txt

touch home/text.txt

ls text.txt

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands in Linux is used to display information about files and directories contained within the current working directory?

pwd

ls

grep

ps

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the answers listed below refers to a Unix command for copying files and directories?

pwd

cp

ls

copy