LINUX BASICO I

LINUX BASICO I

Professional Development

7 Qs

quiz-placeholder

Similar activities

SAP AXIANS - Quiz Basis

SAP AXIANS - Quiz Basis

Professional Development

10 Qs

Untitled Quiz

Untitled Quiz

Professional Development

10 Qs

Teste Sistemas Operacionais

Teste Sistemas Operacionais

Professional Development

10 Qs

OSS Contribution

OSS Contribution

Professional Development

10 Qs

[CS P. IT] Linux cơ bản B1

[CS P. IT] Linux cơ bản B1

Professional Development

10 Qs

Linux Terminal

Linux Terminal

Professional Development

10 Qs

Linux Basico 5

Linux Basico 5

Professional Development

7 Qs

Quiz Instalação Python e IDE

Quiz Instalação Python e IDE

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