LInux Basico 4

LInux Basico 4

Professional Development

5 Qs

quiz-placeholder

Similar activities

Audience Targeting in SharePoint

Audience Targeting in SharePoint

Professional Development

9 Qs

Quiz Desain Komunikasi Visual

Quiz Desain Komunikasi Visual

Professional Development

10 Qs

Ethical Hacking Kali Linux Part 6

Ethical Hacking Kali Linux Part 6

Professional Development

10 Qs

Admin_Red_II

Admin_Red_II

Professional Development

6 Qs

Tipos de Dados

Tipos de Dados

Professional Development

10 Qs

Esercitazione utilizzo dell'applicazione

Esercitazione utilizzo dell'applicazione

Professional Development

10 Qs

ATE6123 Fundamental of Wireless Communications - Topic 3

ATE6123 Fundamental of Wireless Communications - Topic 3

Professional Development

10 Qs

Rabbitleap - Tailwind Review

Rabbitleap - Tailwind Review

Professional Development

10 Qs

LInux Basico 4

LInux Basico 4

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

JUAN ALFONZO MARTINEZ AYALA

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following commands would you type to rename newfile.txt to afile.txt?

  1. mv newfile.txt afile.txt

  1. cp newfile.txt afile.txt

  1. ln newfile.txt afile.txt

  1. rn newfile.txt afile.txt

  1. touch newfile.txt afile.txt

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

You type mkdir one/two/three and receive an error message that reads, in part, 
No such file or directory. What can you do to overcome this problem? (Choose two.)

  1. Add the --parents parameter to the mkdir command.

  1. Issue three separate mkdir commands: mkdir one, then mkdir one/two, and then mkdir one/two/three.

  1. Type touch /bin/mkdir to be sure the mkdir program file exists.

  1. Type rmdir one to clear away the interfering base of the desired new directory tree.

  1. Type rm -r one to clear away the entire interfering directory tree.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

  1. True or false: You can easily damage your Linux installation by mistyping an rm command when you log into your regular account.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The _____ wildcard character matches any one symbol in a filename.

  1. ?

  1. _ (underscore)

*

. (period)

  1. - (dash)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What directory primarily contains system configuration files?

/bin

/etc

/usr

/var

/sbin