Tools of the Trade: Quiz 4

Tools of the Trade: Quiz 4

Professional Development

18 Qs

quiz-placeholder

Similar activities

CySA Review 7 & 8

CySA Review 7 & 8

Professional Development

21 Qs

A+ - 6A - Summarize Services Provided by Networked Hosts

A+ - 6A - Summarize Services Provided by Networked Hosts

Professional Development

22 Qs

shell lab

shell lab

Professional Development

20 Qs

Sec+ Quiz - 3

Sec+ Quiz - 3

Professional Development

15 Qs

CloudBinary_Apache_Tomcat_Quiz- 2

CloudBinary_Apache_Tomcat_Quiz- 2

Professional Development

15 Qs

101-120

101-120

Professional Development

20 Qs

Administración de Servicio de Red

Administración de Servicio de Red

Professional Development

20 Qs

Introduction to API Quiz

Introduction to API Quiz

Professional Development

15 Qs

Tools of the Trade: Quiz 4

Tools of the Trade: Quiz 4

Assessment

Quiz

Computers

Professional Development

Hard

Created by

John Coder

FREE Resource

18 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The ????? command creates a new directory. Like all of the commands presented in this reading, you can either provide the new directory as the absolute file path, which starts from the root, or as a relative file path, which starts from your current directory.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If you want to create a new directory called network in your /home/analyst/logs directory, you can enter ______ ___________________________ to create this new directory. If you’re already in the /home/analyst/logs directory, you can also create this new directory by entering ________ _______________.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The ????? command removes, or deletes, a directory. For example, entering ????? /home/analyst/logs/network would remove this empty directory from the file system.

Note: The ????? command cannot delete directories with files or subdirectories inside. For example, entering ????? /home/analyst returns an error message.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The ????? command creates a new file. This file won’t have any content inside. If your current directory is /home/analyst/reports, entering ????? permissions.txt creates a new file in the reports subdirectory called permissions.txt.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The ?? command removes, or deletes, a file. This command should be used carefully because it’s not easy to recover files deleted with ??. To remove the permissions file you just created, enter ?? permissions.txt. 

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

You can also use mv and cp when working with files. The ?? command moves a file or directory to a new location, and the ?? command copies a file or directory into a new location. The first argument after mv or cp is the file or directory you want to move or copy, and the second argument is the loc_________ you want to move or copy it to.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To move permissions.txt into the logs subdirectory path /home/analyst/logs., enter ?? _______________________ _____________________. Moving a file removes the file from its original location. However, copying a file doesn’t remove it from its original location.

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?