LINUX BASICO I

LINUX BASICO I

Professional Development

7 Qs

quiz-placeholder

Similar activities

Rabbitleap - Tailwind Review

Rabbitleap - Tailwind Review

Professional Development

10 Qs

Automotive Day 2

Automotive Day 2

Professional Development

10 Qs

IT_EC_2025

IT_EC_2025

Professional Development

8 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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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