LINUX BASICO I

LINUX BASICO I

Professional Development

7 Qs

quiz-placeholder

Similar activities

Quiz Desain Komunikasi Visual

Quiz Desain Komunikasi Visual

Professional Development

10 Qs

Pelatihan ACL Batch 1

Pelatihan ACL Batch 1

Professional Development

10 Qs

Knowledge Check 3

Knowledge Check 3

Professional Development

5 Qs

Resolución de problemas de windows y otros S.O.

Resolución de problemas de windows y otros S.O.

Professional Development

4 Qs

LInux Basico 4

LInux Basico 4

Professional Development

5 Qs

Informática Básica

Informática Básica

Professional Development

12 Qs

RECAP_QUIZ

RECAP_QUIZ

Professional Development

10 Qs

Softwares

Softwares

Professional Development

11 Qs

LINUX BASICO I

LINUX BASICO I

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

JUAN ALFONZO MARTINEZ AYALA

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What graphical interfaces does Linux support? (Choose all that apply.)

  1. macOS

  1. GNOME

  1. KDE

  1. Metro

  1. Cinnamon

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What are the three common categories for Linux systems?

  1. Embedded

  1. Desktop

  1. Industrial

  1. Server

  1. Graphical

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What commands could you use to see if the MySQL database server is currently running on your system? (Choose all that apply.)

ls

ps

top

free

yum

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What command-line command displays the overall memory usage on your Linux system?

ps

top

free

ls

yum

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following are text editors you can use at the command line on a text-based tty terminal? (Choose all that apply.)

vi

nano

gedit

kate

Emacs

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following typically holds user account passwords on a modern Linux 
distribution?

  1. /etc/passwd

  1. /bin/bash

  1. /etc/shadow

  1. /etc/group

  1. /sbin/nologin

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What command would you use to make the file myfile.txt a hidden file?

  1. chmod 755 myfile.txt

  1. mv myfile.txt ~myfile.txt

  1. cp myfile.txt ./myfile.txt

  1. mv .myfile.txt myfile.txt

  1. mv myfile.txt .myfile.txt