Carlos Alberto Jara Alva
Test por , creado hace más de 1 año

Test sobre Examen Simulacro II: Linux Essentials, creado por Carlos Alberto Jara Alva el 17/11/2022.

61
0
0
Sin etiquetas
Carlos Alberto Jara Alva
Creado por Carlos Alberto Jara Alva hace casi 2 años
Cerrar

Examen Simulacro II: Linux Essentials

Pregunta 1 de 40

1

How could one search for the file foo.txt under the directory /home?

Selecciona una de las siguientes respuestas posibles:

  • find /home -name foo.txt

  • find /home foo.txt

  • search /home -file foo.txt

  • search /home foo.txt

Explicación

Pregunta 2 de 40

1

Which function does a shell program server?

Selecciona una de las siguientes respuestas posibles:

  • It receives user commands and executes them

  • It is responsible for logging a user into the system

  • It is responsible for establishing a connection to another computer

  • It provides a graphical environment

Explicación

Pregunta 3 de 40

1

The output of the program date should be saved in the variable actdat. What is the correct statement?

Selecciona una de las siguientes respuestas posibles:

  • Actdat='date'

  • Date | acdat

  • Set actdat='date'

  • Actdat=date

Explicación

Pregunta 4 de 40

1

Which of the following statements may be used to access the second command line argument to a script?

Selecciona una de las siguientes respuestas posibles:

  • "$1"

  • "$2"

  • '$2'

  • $1

Explicación

Pregunta 5 de 40

1

Which command will display running process information in realtime?

Selecciona una de las siguientes respuestas posibles:

  • ps current

  • top

  • show current

  • Process

Explicación

Pregunta 6 de 40

1

Which of the following file systems is most commonly used for Linux distributions?

Selecciona una de las siguientes respuestas posibles:

  • NTFS

  • FAT32

  • ext4

  • HFS+

Explicación

Pregunta 7 de 40

1

Which one of the following statements concerning Linux passwords is true?

Selecciona una de las siguientes respuestas posibles:

  • Passwords are only stored in encrypted form

  • Passwords may never start with a non-letter

  • All passwords can be decrypted using the system administrator's master password

  • Users cannot change their password once it has been set

Explicación

Pregunta 8 de 40

1

Why is the file data.txt empty after executing sort data.txt > data.txt?

Selecciona una de las siguientes respuestas posibles:

  • Because the file gets truncated before the sort is executed

  • Because, if data.txt is empty now, it must have been empty before

  • Because sort cannot sort text files, only binary files

  • Because sort detects that both files are the same

Explicación

Pregunta 9 de 40

1

Where is the BIOS located?

Selecciona una de las siguientes respuestas posibles:

  • RAM

  • LCD Monitor

  • Hard drive

  • Motherboard

Explicación

Pregunta 10 de 40

1

You have a program called /user/bin/foo. You wish to create a symbolic link, /home/user/bin/foo, that points to it. Which command will do this task?  

Selecciona una de las siguientes respuestas posibles:

  • ln -s /user/bin/foo /home/user/foo

  • ln -sys /home/user/foo /user/bin/foo

  • ln /user/bin/foo /home/user/foo

  • ln /home/user/foo /user/bin/foo

Explicación

Pregunta 11 de 40

1

What keyword is missing from the following segment of the shell script?

for i in*;----cat $idone

Selecciona una de las siguientes respuestas posibles:

  • Endo

  • Do

  • Then

  • Fi

Explicación

Pregunta 12 de 40

1

What is the command that will show system boot time messages?

Selecciona una de las siguientes respuestas posibles:

  • Display system boot

  • Messages

  • dmesg

  • lspci

Explicación

Pregunta 13 de 40

1

Which of the following is a Linux based operating system for use on mobile devices?

Selecciona una de las siguientes respuestas posibles:

  • CentOS

  • Debian

  • Android

  • Fedora

Explicación

Pregunta 14 de 40

1

Which network interface always exists in a Linux system?

Selecciona una de las siguientes respuestas posibles:

  • lo

  • wlan0

  • vlan0

  • eth0

Explicación

Pregunta 15 de 40

1

Which command shows if /usr/bin is in the current shell search path?

Selecciona una de las siguientes respuestas posibles:

  • cat $PATH

  • echo %PATH

  • echo $PATH

  • echo %PATH%

Explicación

Pregunta 16 de 40

1

What are the three sets of permission for a file?

Selecciona una de las siguientes respuestas posibles:

  • Administrator, standard user, others

  • User, group, others

  • Administrator, group, others

  • User, standard user, others

Explicación

Pregunta 17 de 40

1

Which of the following programs is not  a graphical web browser?

Selecciona una de las siguientes respuestas posibles:

  • Chrome

  • Konqueror

  • Links

  • Firefox

Explicación

Pregunta 18 de 40

1

After installing a new package, in which directory are you most likely find its configuration file?

Selecciona una de las siguientes respuestas posibles:

  • /etc

  • /conf

  • /usr

  • /lib

Explicación

Pregunta 19 de 40

1

What are the three sets of permission for a file?

Selecciona una de las siguientes respuestas posibles:

  • Administrator, group, others

  • User, group, others

  • User, standard user, others

  • Administrator, standard user, others

Explicación

Pregunta 20 de 40

1

Which of the following is true about open source software?

Selecciona una de las siguientes respuestas posibles:

  • Open source software is available for commercial use

  • Open source software is not for sale

  • Open source software can not be copied for free

  • The freedom to redistribute copies must include binary or executable forms of the software but not the source code.

Explicación

Pregunta 21 de 40

1

What is the preferred source for the installation of new applications?

Selecciona una de las siguientes respuestas posibles:

  • The distribution's package repository

  • A CD-ROM disk

  • A retail store

  • The vendor's website

Explicación

Pregunta 22 de 40

1

Which of the following is a combined audio/video interface for transmission of digital data?

Selecciona una de las siguientes respuestas posibles:

  • HDMI

  • DVD

  • VGA

  • ATI

Explicación

Pregunta 23 de 40

1

Which of the following commands moves the directory ~/summer-vacation and it content to ~/vacation/2011?

Selecciona una de las siguientes respuestas posibles:

  • mv ~/summer-vacation ~/vacation/2011

  • mv -R ~/summer-vacation ~/vacation/2011

  • move -R ~/summer-vacation ~/vacation/2011

  • mv /home/summer-vacation /home/vacation/2011

Explicación

Pregunta 24 de 40

1

Which command line can be used to search help files that mention the word "copy"?

Selecciona una de las siguientes respuestas posibles:

  • copy help

  • whatis copy

  • man l-k copy

  • copy -help

Explicación

Pregunta 25 de 40

1

Which of the following software packages is an email server?

Selecciona una de las siguientes respuestas posibles:

  • Postfix

  • Apache

  • MySQL

  • GIMP

Explicación

Pregunta 26 de 40

1

Which of the following can be used to access the command line?

Selecciona una de las siguientes respuestas posibles:

  • Terminal

  • Firefox

  • BIOS

  • XWindow

Explicación

Pregunta 27 de 40

1

After installing a new package, in which directory are you most likely find its configuration file?

Selecciona una de las siguientes respuestas posibles:

  • /usr

  • /conf

  • /etc

  • /lib

Explicación

Pregunta 28 de 40

1

Why is the file data.txt empty after executing sort data.txt > data.txt?

Selecciona una de las siguientes respuestas posibles:

  • Because the file gets truncated before the sort is executed

  • Because sort cannot sort text files, only binary files

  • Because sort detects that both files are the same

  • Because, if data.txt is empty now, it must have been empty before

Explicación

Pregunta 29 de 40

1

Which option will cause the echo command NOT to output a trailing newline?

Selecciona una de las siguientes respuestas posibles:

  • -p

  • -e

  • -n

  • -s

Explicación

Pregunta 30 de 40

1

Which of the following statements concerning the General Public License (GPL) is true?

Selecciona una de las siguientes respuestas posibles:

  • If you changed a program you received under the GPL, you must send your changes to the original author for approval

  • GPL software may never be sold for money

  • The GPL is identical to the BSD license

  • The GPL is designed to ensure that the source code of a software remains freely available

Explicación

Pregunta 31 de 40

1

Identify the proper device for the third partition, on the second hard disk, on the first IDE controller on a PC system. 

Selecciona una de las siguientes respuestas posibles:

  • /dev/hdb3

  • /dev/hd1b3

  • /dev/hdc1d2p3

  • Dev/hdc1a3

Explicación

Pregunta 32 de 40

1

Which command lists all files in the current directory that starts with a capital letter?

Selecciona una de las siguientes respuestas posibles:

  • ls A-Z*

  • ls [A-Z]*

  • ls A-Z

  • ls -uppercase-files

Explicación

Pregunta 33 de 40

1

How can the normal output of a command be written to a file while discarding the error output?

Selecciona una de las siguientes respuestas posibles:

  • Command> file2>/dev/null

  • Command /dev/null

  • Command>2>file &1>/dev/null

  • Command>2>discard-error>file

Explicación

Pregunta 34 de 40

1

Which of the following Ubuntu releases is considered most stable and fit to use for business purposes?

Selecciona una de las siguientes respuestas posibles:

  • Ubuntu Vanilla

  • LTS

  • Xubuntu

  • Kubuntu

Explicación

Pregunta 35 de 40

1

The following file is found in which system file?

root:x:0:0::/root:/bin/bash

Selecciona una de las siguientes respuestas posibles:

  • /usr/bin/shadow

  • /etc/passwd

  • /etc/shadow

  • /etc/password

Explicación

Pregunta 36 de 40

1

Which is a suitable command to find the next appearance of the word hidden in a man page being viewed from the command line?

Selecciona una de las siguientes respuestas posibles:

  • /hidden

  • /? hidden

  • CTRL-F hidden

  • Find hidden

Explicación

Pregunta 37 de 40

1

While deleting all files beginning with the letter a there was still the file Access.txt left. Assuming that it had the correct ownership, why was it not deleted?

Selecciona una de las siguientes respuestas posibles:

  • Linux file names are case sensitive

  • Rm had to be called with the option -R to delete all files

  • Files with extensions need a different treatment

  • The file Access.txt was hidden

Explicación

Pregunta 38 de 40

1

What is the output of the following command?tail -n 20 test.txt

Selecciona una de las siguientes respuestas posibles:

  • The last 20 lines of test.txt including the black lines

  • The last 20 lines of test.txt omitting the black lines

  • The last 20 lines of test.txt with line numbers

  • The first 20 lines of test.txt

Explicación

Pregunta 39 de 40

1

Which of the following commands will display a list of all files in the current directory, including  those that may be hidden?

Selecciona una de las siguientes respuestas posibles:

  • ls -a

  • ls --hidden

  • ls -h

  • ls --a

Explicación

Pregunta 40 de 40

1

Which command will display the last line of the file foo.txt?

Selecciona una de las siguientes respuestas posibles:

  • tail -n 1 foo.txt

  • last -n 1 foo.txt

  • head -n foo.txt

  • tail foo.txt

Explicación