Comandos de Ubuntu Server

Comandos de Ubuntu Server

Assessment

Quiz

Science

Vocational training

Hard

Created by

Julian Velasquez

FREE Resource

Student preview

quiz-placeholder

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Qué comando se utiliza para actualizar la lista de paquetes disponibles en Ubuntu Server?

sudo apt upgrade

sudo apt update

sudo apt install

sudo apt remove

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Cuál es el comando para instalar un paquete llamado "nginx"?

sudo apt search nginx

sudo apt remove nginx

sudo apt install nginx

sudo apt purge nginx

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Qué comando muestra el espacio libre en disco en Ubuntu Server?

df -h

ls -l

top

free -m

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Cómo se reinicia un servicio como "ssh" en Ubuntu Server?

sudo systemctl stop ssh

sudo systemctl start ssh

sudo systemctl restart ssh

sudo systemctl disable ssh

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Qué comando se usa para ver las conexiones de red activas?

ifconfig

netstat -tulnp

ping google.com

nano /etc/network/interfaces

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Cuál es el archivo donde se configuran las direcciones IP estáticas en Ubuntu Server 22.04?

/etc/resolv.conf

/etc/netplan/00-installer-config.yaml

/etc/network/interfaces

/etc/hosts

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Qué comando permite cambiar permisos de un archivo para que solo el dueño pueda leer, escribir y ejecutar?

chmod 777 archivo.txt

chmod 755 archivo.txt

chmod 700 archivo.txt

chmod 644 archivo.txt

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?