LPI 102 - Interfaces De Usuário E Desktops - Marcus Vinícius Braga Alcântara

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Viniciusalcantar
V
Viniciusalcantar
Community Contributor
Quizzes Created: 11 | Total Attempts: 7,534
| Attempts: 369 | Questions: 90
Please wait...
Question 1 / 90
0 %
0/100
Score 0/100
1. Você está usando um aplicativo que você deseja que apareça na tela de outra máquina. Qual variável de ambiente você precisa definir ou editar para conseguir isso?

Explanation

To display an application on another machine's screen, you need to define or edit the "DISPLAY" variable. This variable specifies the network address of the X server where the application will be displayed. By setting the "DISPLAY" variable correctly, the application can establish a connection with the remote machine's X server and appear on its screen.

Submit
Please wait...
About This Quiz
LPI 102 - Interfaces De Usuário E Desktops - Marcus Vinícius Braga Alcântara - Quiz

.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. O comando ____________ mostra as informações sobre alguma janela. Para usá-lo digitamos o comando e clicamos em alguma janela gráfica. Com este comando visualizamos nome, quantidade de cores, tamanho e profundidade.

Explanation

The given answer, "xwininfo," is the correct command to use in order to display information about a window in a graphical interface. By typing this command and clicking on a window, we can view details such as the window's name, color quantity, size, and depth.

Submit
3. Usuários com deficiência visual podem utilizar um programa que lê as informações textuais da tela. Informe qual é o nome do principal leitor de tela para Linux.

Explanation

The correct answer is "Orca". Orca is the name of the main screen reader for Linux that allows visually impaired users to access textual information on the screen.

Submit
4. A variável de ambiente DISPLAY definida com valor 192.168.1.18:1.0 determina que:

Explanation

The correct answer is "As janelas serão exibidas no segundo display da máquina 192.168.1.18". This is because the value "1.0" in the DISPLAY environment variable indicates that the windows will be displayed on the second display of the machine with the IP address 192.168.1.18.

Submit
5. Qual é o propósito de um leitor de tela (Screen Reader)?

Explanation

A screen reader é um software projetado para ler o texto exibido na tela para pessoas cegas ou com deficiência visual. Ele converte o texto em voz ou em Braille, permitindo que essas pessoas acessem e interajam com o conteúdo digital de maneira eficaz. Isso ajuda a garantir a inclusão e a acessibilidade de indivíduos com deficiência visual no uso de dispositivos eletrônicos e na navegação na internet.

Submit
6. Qual aplicação pode ser usada no lugar do xhost? Por favor, indique apenas o nome, sem caminho.

Explanation

Xhost is a command that allows users to grant access to their X server for other users. However, it is considered insecure as it allows any user to connect to the X server. Xauth, on the other hand, is a more secure alternative. It is a command that manages X authority files, which are used to authenticate connections to the X server. By using xauth, users can selectively grant access to their X server, providing a more secure environment.

Submit
7. X está executando tudo bem, mas você está preocupado que você pode não ter a profundidade de cor definida. O único comando que irá mostrar-lhe a profundidade de cor em execução enquanto estiver no X?

Explanation

The correct answer is "xwininfo" because it is the only command mentioned that can provide information about the color depth while running in X. The other options, "xcolordepth", "xcd", "xcdepth", and "cat /etc/X11", do not specifically provide information about the color depth in X.

Submit
8. Qual arquivo no diretório de um usuário é responsável pelo carregamento customizado de aplicações gráficas bem como o servidor X?

Explanation

The correct answer is ~/.xinitrc. In a user's directory, the ~/.xinitrc file is responsible for the custom loading of graphical applications as well as the X server. This file allows users to specify which applications should be launched when starting the X server. The tilde (~) represents the user's home directory.

Submit
9. Qual é o nome do gerenciador de login gráfico simples que vem com uma instalação de vanilla X11 ? (Fornecer apenas o nome do programa sem qualquer informação de caminho).

Explanation

XdM (X Display Manager) is a simple graphical login manager that comes with a vanilla X11 installation. It provides a graphical interface for users to log in to the X Window System. Xdm allows users to select their preferred desktop environment or window manager and provides a secure and convenient way to start an X session. It is a lightweight and efficient login manager commonly used in Unix-like operating systems.

Submit
10. Digite o caminho completo do arquivo de configuração do X11.

Explanation

The correct answer is "/etc/X11/xorg.conf". This is the full path to the X11 configuration file in the Linux operating system. X11 is a windowing system that provides a graphical user interface for Unix-like systems, and the xorg.conf file contains the configuration settings for the X server, which manages the display and input devices. By specifying the correct path to this file, users can modify and customize the X11 settings according to their needs.

Submit
11. Qual o comando que gera um novo arquivo de configuração para o Xorg ?

Explanation

The correct answer is "/usr/bin/Xorg -configure" because this command generates a new configuration file for the Xorg server. The Xorg server is responsible for managing graphical displays in Linux systems. By running this command, a new configuration file is created, allowing users to customize the settings and behavior of the Xorg server according to their needs. The other options, "Xorg -configure" and "X -configure," are incorrect as they do not include the full path to the Xorg executable (/usr/bin/Xorg).

Submit
12. Qual é o objetivo do programa xhost ?

Explanation

O objetivo do programa xhost é conceder ou revogar o acesso a uma sessão X11. Isso significa que o programa permite controlar quais usuários ou hosts têm permissão para exibir janelas gráficas em um servidor X11. Ao conceder acesso, um usuário ou host pode exibir janelas gráficas remotamente, enquanto ao revogar o acesso, eles são impedidos de fazer isso. Isso é útil para fins de segurança, pois permite limitar quem pode interagir com o ambiente gráfico do servidor.

Submit
13. Qual é a finalidade do recurso de teclas de aderência no x?

Explanation

The purpose of the sticky keys feature in the "x" is to assist users who have difficulty pressing multiple keys simultaneously. This feature allows users to press and release modifier keys (such as Shift, Ctrl, or Alt) one at a time, instead of having to hold them down while pressing another key. It helps individuals with physical disabilities or limitations to navigate and operate the keyboard more easily.

Submit
14. O _______ é um leitor de tela que faz parte da plataforma Gnome.

Explanation

Orca is a screen reader that is a part of the Gnome platform.

Submit
15. Qual porta é usada pelo servidor X?

Explanation

The correct answer is 6000. This is because port 6000 is commonly used for the X Window System, which is a network protocol that allows graphical user interfaces to be displayed on a remote machine. By using port 6000, the server X can communicate with clients and display graphical applications on remote machines.

Submit
16. Para obter assistência de acessibilidade, qual dos seguintes programas é um teclado na tela?

Explanation

GOK is the correct answer because it is a program that provides on-screen keyboard functionality, allowing users to input text using a pointing device or joystick. It is specifically designed to assist individuals with physical disabilities or impairments that make it difficult to use a physical keyboard. GOK stands for GNOME On-Screen Keyboard and is commonly used in Linux-based operating systems.

Submit
17. Qual dos seguintes fornece uma interface não-gráfica, baseado em texto para os usuários que são deficientes visuais que podem ser usados como um leitor de tela ?

Explanation

Emacspeak é a resposta correta porque é um programa que fornece uma interface baseada em texto para usuários com deficiência visual. Ele converte o texto em voz para que os usuários possam ouvir o conteúdo em vez de lê-lo visualmente. Essa funcionalidade o torna um leitor de tela útil para pessoas com deficiência visual.

Submit
18. Usuários com dificuldade para operar o teclado podem utilizar o mouse para escrever textos e executar ações. O principal utilitário que oferece esse recurso é o:

Explanation

The correct answer is GOK, gok, Gok. GOK is a utility that allows users with difficulty operating the keyboard to use the mouse to write texts and perform actions. It provides an alternative input method for those who may have physical limitations or disabilities that make typing difficult.

Submit
19. Qual é o nome padrão do arquivo de configuração para o servidor X11 ? (Especifique o nome do arquivo só que sem qualquer caminho).

Explanation

The correct answer is "xorg.conf". This file is the standard configuration file for the X11 server, which is a software that provides a graphical environment for Unix-like operating systems. The xorg.conf file contains settings and options for various aspects of the X server, such as display resolution, input devices, and graphics drivers. By specifying this file name, the answer indicates that xorg.conf is the default and expected name for the configuration file used by the X11 server.

Submit
20. Em qual seção do arquivo de configuração do X11 é especificado o driver utilizado por minha placa de vídeo ?

Explanation

The correct answer is "Device". In the X11 configuration file, the "Device" section is where the driver used by the video card is specified. This section contains information such as the driver name, identifier, and any additional options or settings for the video card. By editing this section, users can configure and customize the driver settings for their specific video card.

Submit
21. Qual dos seguintes comandos mostra a profundidade de cor atual do X Server?

Explanation

The command "xwininfo" is used to display information about a specific window on the X server, including the current color depth. Therefore, it is the command that can be used to show the current color depth of the X Server.

Submit
22. Qual o comando que exibe informações detalhadas de uma janela criada pelo Servidor X11 ?

Explanation

The correct answer is "xwininfo". This command is used to display detailed information about a window created by the X11 server. It provides information such as the window ID, window size, position, border width, and other attributes of the window. By running this command, users can gather specific details about a window that can be useful for troubleshooting or understanding the properties of a particular window in the X11 server environment.

Submit
23. Por que o programa xhost é considerado perigoso de usar?

Explanation

O programa xhost é considerado perigoso de usar porque permite que outros usuários tenham fácil acesso ao seu servidor X. Isso significa que eles podem visualizar, manipular e controlar a interface gráfica do seu computador, o que pode levar a potenciais violações de segurança e comprometimento do sistema. É importante restringir o acesso ao servidor X apenas a usuários confiáveis para garantir a segurança do sistema.

Submit
24. O arquivo de configuração xorg.conf (X11) é agrupado em seções. Como é o conteúdo da secção SectionName associado a essa secção ? 

Explanation

The content of the SectionName section is placed between a line that contains the chapter "SectionName" and a line containing "EndSection". This indicates that the content within the section is enclosed between these two specific lines.

Submit
25. Qual das seguintes linhas é um exemplo de uma configuração correta para a variável de ambiente DISPLAY ?

Explanation

A configuração correta para a variável de ambiente DISPLAY é "hostname:displaynumber". Esta configuração especifica o nome do host seguido por dois pontos e o número do display.

Submit
26. O nome de vanilla, gerenciador de login x11 está associado ao:

Explanation

XDM, or X Display Manager, is a graphical login manager for the X Window System. It is responsible for providing a login screen where users can enter their credentials and start a graphical session on a Unix-like operating system. XDM is one of the oldest and most widely used display managers for X11, the graphical environment used by Unix-like systems. It is often used in conjunction with the X Window System and is associated with vanilla, meaning the default or standard version of XDM.

Submit
27. Quando usamos xdm, qual dos arquivos a seguir pode ser usado para iniciar um gerenciador de janela?

Explanation

The correct answer is Xsession. When using xdm, the Xsession file can be used to initiate a window manager. This file contains the commands and settings necessary to start the window manager and configure the user's session. It is typically located in the user's home directory and is executed by xdm when the user logs in.

Submit
28. Arquivos de configuração do xdm podem ser encontrados no diretório:

Explanation

The correct answer is /etc/X11/xdm/ because this directory is commonly used to store configuration files for the xdm display manager. The other options listed are either incorrect directories or do not commonly contain xdm configuration files.

Submit
29. Você acabou de configurar o X Display Manager como seu gerenciador de telas padrão. O arquivo que você deve editar para mudar o fundo padrão é:

Explanation

The correct answer is /etc/X11/xdm/Xsetup. This file is responsible for configuring the X Display Manager and allows you to change the default background. By editing this file, you can customize the appearance of your X Display Manager.

Submit
30. Marque a resposta correta em relação ao recurso teclas de aderência.

Explanation

The correct answer states that keyboard shortcuts, such as [ctrl] + [c], do not need to be pressed simultaneously. This means that users can press and release the [ctrl] key, followed by pressing and releasing the [c] key, and the desired action will still be executed. This feature is commonly found in many software applications and allows users to perform actions quickly and efficiently without needing to press multiple keys at the same time.

Submit
31. Um usuário comum poderá instalar novas fontes em:

Explanation

A common user can install new fonts in the "~/.fonts" directory. This directory is located in the user's home directory and is specifically designated for storing user-installed fonts. By placing the font files in this directory, the user can easily access and use these fonts in their applications and documents.

Submit
32. Usando o comando _______ visualizamos informações gerais sobre o X. Nele podemos visualizar a versão do xorg, resolução, dimensão da tela, quantidade de cores e quantidade de monitores.

Explanation

The correct answer is "xdpyinfo". This command is used to display general information about the X server. It provides information such as the version of xorg, screen resolution, screen dimensions, number of colors, and number of monitors.

Submit
33. No xorg 7.0, qual é o nome do servidor de fonte padrão ?

Explanation

The correct answer is xfs. Xfs is the name of the default font server in xorg 7.0.

Submit
34. Em uma máquina executando vários servidores X , como é que as diferentes instâncias do servidor X11 serão identificadas?

Explanation

As diferentes instâncias do servidor X11 serão identificadas por um nome de exibição, como "1".

Submit
35. Você acabou de configurar o Gnome Display Manager como seu gerenciador de telas padrão. Qual arquivo você deve editar para alterar a saudação?

Explanation

The correct answer is /etc/X11/gdm/lnit/Default. This file is the one that needs to be edited in order to change the greeting in the Gnome Display Manager. The other options (/etc/X11/prefdm, /etc/X11/XF86Config, /etc/X11/gdm.conf) are not relevant for this specific task.

Submit
36. A diretiva "FontPath" de seu sistema inclui só uma entrada: "unix/:-1". O que isso significa? Selecione a alternativa correta:

Explanation

The "FontPath" directive in the system configuration only includes one entry: "unix/:-1". This means that a X font server will be used.

Submit
37. Onde fica localizado o arquivo de configuração do display manager LightDM ? (Forneça o nome + caminho).

Explanation

The correct answer is /etc/lightdm/lightdm.conf. This is the file path where the configuration file for the LightDM display manager is located.

Submit
38. A seção do arquivo de configuração do X11 onde são especificadas as fontes do sistema é a seção:

Explanation

The correct answer is "Files". In the X11 configuration file, the "Files" section is where the system fonts are specified. This section allows the user to define the font paths and aliases for the X server to use. By configuring the "Files" section, the user can customize the available fonts for applications running on the X11 system.

Submit
39. Qual das seguintes são tarefas realizadas por um gerenciador de exibição como XDM ou KDM ? (Escolha 2 respostas corretas). 

Explanation

Um gerenciador de exibição, como XDM ou KDM, é responsável por iniciar e preparar o ambiente de trabalho para o usuário, garantindo que todos os recursos necessários estejam disponíveis e configurados corretamente. Além disso, ele também lida com o processo de login de um usuário, autenticando suas credenciais e permitindo o acesso ao sistema.

Submit
40. Digite o comando que apresenta a versão do gdm que está instalado: ______________.

Explanation

The command "gdm --version" is used to display the version of the GDM (GNOME Display Manager) that is currently installed.

Submit
41. O principal arquivo de configuração do gerenciador gdm é o:

Explanation

The correct answer is /etc/gdm/gdm.conf. This is the principal configuration file for the gdm (GNOME Display Manager) manager. It is located in the /etc/gdm/ directory.

Submit
42. Um usuário regular do sistema deseja instalar novas fontes ao X11. Em qual diretório ele pode copiar suas fontes ?

Explanation

The user can copy their fonts to the directory "~/.fonts/". This directory is typically used to store user-specific font files in the X11 system. The "~" refers to the user's home directory, so the fonts will be installed in a hidden folder called ".fonts". Another valid option is "~/.fonts" without the trailing slash, as it refers to the same directory.

Submit
43. Qual é o arquivo de controle de acesso remoto ao Servidor X11 via protocolo XDMCP ?

Explanation

The correct answer is Xaccess, /etc/X11/xdm/Xaccess. Xaccess is the file that controls remote access to the X11 server using the XDMCP protocol. It is located in the /etc/X11/xdm/ directory.

Submit
44. Você está executando X em ambiente de rede. Você deseja permitir que qualquer pessoa na rede possa mostrar as suas aplicações X em seu desktop. O comando que você pode usar para desativar todos os controles de acesso para X ?

Explanation

The command "xhost +" is used to disable all access controls for X. This means that anyone on the network will be able to display their X applications on their desktop. By using this command, you are allowing unrestricted access to X for all users on the network.

Submit
45. Quando você inicia o XWindow, qual série de programas e/ou scripts descreveria mais de perto o processo de arranque?

Explanation

The correct answer is "startx --> xinit --> xinitrc --> Xclients". This sequence accurately describes the process of starting the XWindow system. The "startx" command is used to initiate the XWindow system, which then calls the "xinit" program. The "xinit" program reads the "xinitrc" script, which contains instructions and configurations for starting the XWindow system. Finally, the "Xclients" program is executed, which launches the user's chosen desktop environment or window manager.

Submit
46. Qual das seguintes linhas de /etc/X11/xorg.conf indica que as fontes podem ser encontrados em um servidor de fontes ?

Explanation

The correct answer is "FontPath "unix/:7100"". This line in the /etc/X11/xorg.conf file indicates that the fonts can be found on a font server. The "unix/:7100" specifies the location of the font server, where the fonts can be accessed.

Submit
47. Que combinação de teclas é usada para interromper à força o servidor X, no caso de a sessão gráfica se tornar inutilizável (por exemplo, o gerenciador de desktop ou aplicação de tela cheia suspender)?

Explanation

The correct answer is CTRL+ALT+BACK_SPACE. This key combination is used to forcefully stop the X server in case the graphical session becomes unresponsive or unusable.

Submit
48. A sua empresa decide mudar a mensagem de boas vindas quando a interface gráfica utilizada é o Gnome, sendo  você o administrador do Sistema Linux. Qual ficheiro de configuração deve ser editado para realizar essa tarefa ?

Explanation

The correct answer is /etc/X11/gdm/Init/Default. This file is the configuration file for the GDM (GNOME Display Manager) login screen. By editing this file, the administrator can change the welcome message displayed when using the GNOME graphical interface.

Submit
49. Qual arquivo usado pelo XDM especifica o papel de parede padrão ?

Explanation

The correct answer is /etc/X11/xdm/Xsetup. This file is used by XDM (X Display Manager) to specify the default wallpaper or background image. XDM is responsible for managing graphical user logins in the X Window System. By editing the Xsetup file, administrators can customize the appearance of the login screen by setting the wallpaper.

Submit
50. Como é iniciado um gerenciador de exibição (Display Manager)?

Explanation

The display manager is started like any other system service, through the system initialization process. This means that it is automatically initiated during the boot process of the system, ensuring that it is available for users to log in and access the graphical interface.

Submit
51. Em qual seção do arquivo de configuração do X11 se define a resolução e profundidade de cores a ser utilizada ?

Explanation

The correct answer is "Display". In the X11 configuration file, the resolution and color depth to be used are defined in the Display section.

Submit
52. Ao instalar o XWindow o monitor não foi reconhecido, mas agora uma folha de dados com sua especificação está disponível. Qual seção xorg.conf deve ser editada para especificar os valores corretos ?

Explanation

The monitor section in the xorg.conf file should be edited to specify the correct values. This section contains information about the monitor such as its resolution, refresh rate, and color depth. By editing this section, the correct specifications of the monitor can be provided, allowing the XWindow to recognize and properly display the monitor.

Submit
53. Qual das afirmativas a seguir é verdadeira sobre um servidor X?

Explanation

A server X controls a window manager, meaning that the window manager is subordinate to the server X.

Submit
54. O que é o comando "startx"?

Explanation

The command "startx" is a script used to start the xdm (X Display Manager) which is responsible for managing graphical user sessions on Unix-like operating systems. It is not a script for making the system more user-friendly, a binary program that directly starts the X server, a configuration file created by X configuration tools like XF86Config, or a script specific to a Linux distribution's implementation of X.

Submit
55. Após instalar novas fontes em seu diretório pessoal, o usuário deverá:

Explanation

After installing new fonts in their personal directory, the user should update the font cache with the command fc-cache.

Submit
56. Qual o comando que exibe informações sobre a atual resolução de tela utilizada pelo X11 ?

Explanation

The command "xdpyinfo" is used to display information about the current screen resolution used by X11. This command provides detailed information about the display, such as the screen size, pixel dimensions, color depth, and available extensions. By running "xdpyinfo", users can obtain information about the current display settings and make any necessary adjustments or configurations.

Submit
57. Qual das seguintes afirmações é verdadeira em relação a um gerenciador de exibição ?

Explanation

A gerenciador de exibição é responsável por lidar com o login de um usuário após a inicialização do sistema. Isso significa que ele é responsável por fornecer a interface gráfica de login e autenticação para os usuários. Sem um gerenciador de exibição, os usuários não poderão fazer login e acessar a interface gráfica do sistema.

Submit
58. __________ é um ambiente desktop completo em áudio para o Emacs.

Explanation

Emacspeak é um ambiente desktop completo em áudio para o Emacs. Ele permite que usuários com deficiência visual possam utilizar o Emacs através de comandos de voz, fornecendo uma experiência auditiva completa. Com o Emacspeak, os usuários podem navegar pelos menus, editar texto e executar comandos, tudo por meio de feedback de áudio. Isso torna o Emacs acessível e utilizável para pessoas com deficiência visual.

Submit
59. Digite o caminho completo do diretório onde ficam os arquivos de configuração do gerenciador de login gráfico XDM.

Explanation

The correct answer is "/etc/X11/xdm, /etc/X11/xdm/". These are the possible locations for the configuration files of the XDM graphical login manager. The "/etc/X11/xdm" directory is a common location for these files, and the "/etc/X11/xdm/" directory is also a valid location, as it represents the same directory but with a trailing slash.

Submit
60. Qual é o arquivo de configuração do gerenciador de login gráfico GDM ?

Explanation

The correct answer is "/etc/gdm/gdm.conf". This file is the configuration file for the GDM (GNOME Display Manager) which is a graphical login manager for the GNOME desktop environment. It contains settings and options that control the behavior and appearance of the login screen and the login process. By modifying this file, users can customize various aspects of the GDM such as the default session, the login screen theme, and the available language options.

Submit
61. Você está trabalhando em um shell não gráfico. Que comando você usaria para configurar o kernel usando um sistema de menu. Digite o comando e seu argumento (s):

Explanation

To configure the kernel using a menu-based system in a non-graphical shell, the command "make menuconfig" should be used. This command allows the user to access a menu interface where they can modify and configure various kernel options and settings.

Submit
62. O que é XDMCP, e como é usado? 

Explanation

not-available-via-ai

Submit
63. Qual é o arquivo de configuração do gerenciador de login gráfico XDM ?

Explanation

The correct answer is xdm-config, /etc/X11/xdm/xdm-config. The question is asking for the configuration file of the XDM graphical login manager. The correct answer is a combination of the file name (xdm-config) and its location (/etc/X11/xdm/xdm-config). This file contains the settings and options for the XDM login manager, allowing users to customize its behavior and appearance.

Submit
64. Tenho o gdm como display manager padrão, com daemon próprio. Como posso encerrar a interface gráfica e voltar ao modo texto?

Explanation

To switch from the graphical interface to the text mode, you can use the command "/etc/init.d/gdm stop". This command stops the gdm display manager daemon, which is responsible for managing the graphical interface. By stopping this daemon, the graphical interface will be terminated, and you will be returned to the text mode.

Submit
65. Em qual arquivo pode ser visualizado ou alterado o display manager default do sistema? (Forneça o nome + Caminho).

Explanation

The correct answer is "/etc/X11/default-display-manager". This file contains the information about the default display manager of the system. It can be used to view or modify the default display manager settings. The file is located in the "/etc/X11/" directory.

Submit
66. O arquivo onde são definidas as opções de aparência do gerenciador xdm é o:

Explanation

The correct answer is /etc/X11/xdm/Xresources. This file is where the appearance options for the xdm manager are defined.

Submit
67. Para mudar a resolução do monitor para 1024x768 podemos usar o comando:

Explanation

The correct answer is xrandr -d 1024x768 because the xrandr command is used to configure the screen resolution and display settings in X Window System. The "-d" option specifies the display to be used, and "1024x768" specifies the desired resolution. Therefore, using the xrandr -d 1024x768 command will change the monitor resolution to 1024x768.

Submit
68. Um dos seus usuários tem instalado um programa de publicação comercial que funciona sob o X em uma variedade de plataformas UNIX e Linux. O usuário fez uma série de alterações de configuração sobre o tamanho da janela inicial, o local e a cor. Agora ele está tendo dificuldades para desfazer essas alterações e está pedindo sua ajuda. Qual arquivo você pensaria provavelmente onde encontrar as definições de configuração que você está a tentar alterar?

Explanation

The most likely file where the configuration settings can be found is ~/.Xdefaults. This file is commonly used to store user-specific configuration settings for X Window System applications. The other options listed do not typically store these types of configuration settings.

Submit
69. Qual parâmetro do arquivo de configuração do Servidor de Fontes Xfs limita o número de conexões remotas ?

Explanation

The parameter "client-limit" in the Xfs Font Server configuration file limits the number of remote connections. This means that only a certain number of clients can connect to the Xfs Font Server remotely at a given time.

Submit
70. Qual das alternativas abaixo corresponde a sintaxe correta para uma requisição de login remoto via XDMCP ?

Explanation

The correct answer is "X -query ip_servidor :1". This is the correct syntax for making a remote login request via XDMCP. The "-query" flag is used to specify the IP address of the server that you want to connect to, and the ":1" indicates the display number on the server. By using this command, you can initiate a remote login session on the specified server.

Submit
71. Qual dos seguintes comandos irá imprimir as configurações de vídeo atuais para stdout em formato XF86Config " Modeline " ?

Explanation

The correct answer is xvidtune -show. This command will display the current video configurations in XF86Config "Modeline" format.

Submit
72. O administrador sênior pediu-lhe para alterar o plano de fundo padrão de sua máquina, que usa o XDM. Qual arquivo você editaria para conseguir isso?

Explanation

The correct answer is /etc/X11/xdm/Xsetup. This file is responsible for executing commands before the X Display Manager (XDM) starts the X server. By editing this file, you can modify the default background of the machine that uses XDM.

Submit
73. Para visualizar as principais configurações do kdm, acessamos o arquivo:

Explanation

The correct answer is /etc/kde3/kdm/kdmrc. This file contains the main configurations for the kdm display manager in KDE version 3. By accessing this file, users can view and modify various settings related to the display manager, such as login themes, session options, and X server settings.

Submit
74. Em um sistema executando o KDE Display Manager, quando o /etc/kde4/kdm/Xreset script é executado automaticamente?

Explanation

The /etc/kde4/kdm/Xreset script is executed automatically when the user logs out of the X session. This script is responsible for resetting any changes made to the X session by the user, ensuring that the system returns to its default state for the next user login.

Submit
75. O system bell sound é chato para você. Qual das seguintes alternativas você pode usar para mudar esta e outras preferências de um usuário do X ?

Explanation

The correct answer is xset. This command is used in the X Window System to set various user preferences, including the system bell sound. By using xset, the user can change the preferences related to the system bell sound and other settings. The other options listed (xconf, xbell, xmag, xpref) are not valid commands in the X Window System.

Submit
76. Qual é o principal arquivo de configuração que configura a aparência do gerenciador de login gráfico XDM ? (Forneça o nome do arquivo + Caminho).

Explanation

The main configuration file that configures the appearance of the XDM graphical login manager is located at /etc/X11/xdm/Xresources. This file contains settings and properties that determine the visual elements and behavior of the XDM login screen.

Submit
77. A instrução; DisplayManager.requestPort: 0, que bloqueia o acesso via XDMCP para a máquina local, deve ser informada em qual arquivo de configuração? (Especifique apenas o nome do arquivo).

Explanation

The instruction "DisplayManager.requestPort: 0" is used to block access via XDMCP for the local machine. This instruction should be specified in the "xdm-config" file.

Submit
78. Os usuários podem criar e editar um arquivo de configuração em seu diretório home que pode dizer ao sistema de janelas X que gerenciador de janelas ele deseja iniciar quando realizar login. Este arquivo é:

Explanation

The correct answer is $HOME/.xinitrc. This file is located in the user's home directory and can be used to specify which window manager the user wants to start when logging in.

Submit
79. Qual parâmetro do programa /usr/bin/Xorg permite utilizar o arquivo de configuração /root/xorg.conf.new ? (Forneça o comando completo para realizar essa tarefa).

Explanation

The correct answer is "/usr/bin/Xorg -config /root/xorg.conf.new". This is because the "-config" parameter is used to specify the configuration file for Xorg, and "/root/xorg.conf.new" is the path to the desired configuration file. The full command "/usr/bin/Xorg -config /root/xorg.conf.new" executes the Xorg program with the specified configuration file. The second option, "Xorg -config /root/xorg.conf.new", is not the correct answer because it does not include the full path to the Xorg program ("/usr/bin/Xorg").

Submit
80. Para ampliar a tela no gnome, podemos instalar o pacote ___________. Para chamar o aplicativo basta executar o comando magnifier.

Explanation

To enlarge the screen in gnome, the package gnome-mag can be installed. The application can be called by executing the command magnifier.

Submit
81. Quais dos comandos a seguir podem ser usados para executar um login escolhendo um gerenciador de janelas (Window Manager)? Marque todas que se aplicam.

Explanation

The given question is asking which commands can be used to execute a login while choosing a Window Manager. The correct answer is gdm, kdm, xdm, wdm. These are all display managers that allow users to log in and choose their preferred Window Manager before starting the graphical user interface.

Submit
82. Para ajustar as configurações de tela do servidor X podemos usar o comando:

Explanation

The correct answer is xvidtune. This command is used to adjust the screen settings of the X server. It allows users to modify various aspects of the display, such as the refresh rate, resolution, and screen position. By using xvidtune, users can customize their display settings to suit their preferences and requirements.

Submit
83. Qual o diretório recomendado para colocar seus arquivos de configuração para o LightDM ?

Explanation

The recommended directory for placing configuration files for LightDM is /etc/lightdm/lightdm.conf.d/. This directory is commonly used for storing configuration files in Linux systems, and specifically for LightDM, it allows users to easily manage and customize the behavior of the display manager. Placing configuration files in this directory ensures that LightDM can access and apply the settings correctly.

Submit
84. Através do comando _______________ é possível editar as configurações do gdm. Uma outra alternativa seria editar diretamente o arquivo __________________. (Escreva o nome do comando e o nome do arquivo separado por um único espaço).

Explanation

The correct answer is gdmsetup /etc/gdm/gdm.conf, gdmsetup /etc/X11/gdm/gdm.conf, gdmsetup /usr/share/gdm/defaults.conf. These commands allow the user to edit the configurations of the gdm (GNOME Display Manager). Another option would be to directly edit the gdm.conf file located in either /etc/gdm, /etc/X11/gdm, or /usr/share/gdm/defaults.conf.

Submit
85. Qual programa X _________ é muitas vezes usado para fazer ajustes de teclado menores, como o mapeamento  Back-space/Delete.

Explanation

The correct answer is "kbdmap" because it is often used to make minor keyboard adjustments, such as mapping the Backspace/Delete key.

Submit
86. Em qual diretório são encontrados arquivos de configurações padrão do LightDM ? (Ex: Ativar ou Desativar logs de backup).

Explanation

The correct answer is "/usr/share/lightdm/lightdm.conf.d" and "/usr/share/lightdm/lightdm.conf.d/". These directories are where the default configuration files for LightDM are located. Users can find and modify these files to customize the behavior of LightDM, such as enabling or disabling backup logs.

Submit
87. No Debian, podemos usar o comando ______________ para criar um novo arquivo /etc/X11/xorg.conf.

Explanation

The correct answer is "dexconf." In Debian, the "dexconf" command can be used to create a new file called "/etc/X11/xorg.conf." This file is used to configure the X Window System, which is responsible for managing graphical user interfaces on Linux systems. By running "dexconf," users can generate a new configuration file for Xorg, the default X Window System server in Debian, allowing them to customize various display settings and device configurations.

Submit
88. Qual comando pode ser utilizado para visualizar a configuração atual do LightDM ?

Explanation

The correct answer is "/usr/sbin/lightdm --show-config" or "lightdm --show-config". These commands can be used to view the current configuration of LightDM.

Submit
89. Qual parâmetro do arquivo de configuração do Servidor de Fontes Xfs possui os diretórios das fontes fornecidas ?

Explanation

The parameter in the Xfs Font Server configuration file that contains the directories of the provided fonts is "catalogue". This parameter specifies the location of the font directories, allowing the Font Server to access and provide those fonts to clients.

Submit
90. Onde você muda o cumprimento de exibição do display manager GNOME ? (Forneça o nome do arquivo e o caminho completo).

Explanation

The correct answer is /etc/gdm/custom.conf. This file is where you can change the display greeting of the GNOME display manager. By modifying the custom.conf file located in the /etc/gdm directory, you can customize the greeting message that is displayed when the GNOME display manager starts up.

Submit
View My Results

Quiz Review Timeline (Updated): Jul 22, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jul 22, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Jul 22, 2016
    Quiz Created by
    Viniciusalcantar
Cancel
  • All
    All (90)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Você está usando um aplicativo que você deseja que...
O comando ____________ mostra as informações sobre alguma...
Usuários com deficiência visual podem utilizar um...
A variável de ambiente DISPLAY definida com valor...
Qual é o propósito de um leitor de tela (Screen Reader)?
Qual aplicação pode ser usada no lugar do xhost? Por favor,...
X está executando tudo bem, mas você está...
Qual arquivo no diretório de um usuário é...
Qual é o nome do gerenciador de login gráfico simples...
Digite o caminho completo do arquivo de configuração do X11.
Qual o comando que gera um novo arquivo de configuração para o...
Qual é o objetivo do programa xhost ?
Qual é a finalidade do recurso de teclas de aderência no...
O _______ é um leitor de tela que faz parte da plataforma...
Qual porta é usada pelo servidor X?
Para obter assistência de acessibilidade, qual dos seguintes...
Qual dos seguintes fornece uma interface não-gráfica,...
Usuários com dificuldade para operar o teclado podem utilizar o...
Qual é o nome padrão do arquivo de configuração...
Em qual seção do arquivo de configuração do X11...
Qual dos seguintes comandos mostra a profundidade de cor atual do X...
Qual o comando que exibe informações detalhadas de uma janela...
Por que o programa xhost é considerado perigoso de usar?
O arquivo de configuração xorg.conf (X11) é agrupado em...
Qual das seguintes linhas é um exemplo de uma...
O nome de vanilla, gerenciador de login x11 está associado ao:
Quando usamos xdm, qual dos arquivos a seguir pode ser usado para...
Arquivos de configuração do xdm podem ser encontrados no...
Você acabou de configurar o X Display Manager como seu...
Marque a resposta correta em relação ao recurso teclas de...
Um usuário comum poderá instalar novas fontes em:
Usando o comando _______ visualizamos informações gerais sobre...
No xorg 7.0, qual é o nome do servidor de fonte padrão ?
Em uma máquina executando vários servidores X , como...
Você acabou de configurar o Gnome Display Manager como seu...
A diretiva "FontPath" de seu sistema inclui só uma...
Onde fica localizado o arquivo de configuração do display...
A seção do arquivo de configuração do X11 onde...
Qual das seguintes são tarefas realizadas por um gerenciador de...
Digite o comando que apresenta a versão do gdm que está...
O principal arquivo de configuração do gerenciador gdm...
Um usuário regular do sistema deseja instalar novas fontes ao...
Qual é o arquivo de controle de acesso remoto ao Servidor X11...
Você está executando X em ambiente de rede. Você...
Quando você inicia o XWindow, qual série de programas...
Qual das seguintes linhas de /etc/X11/xorg.conf indica que as fontes...
Que combinação de teclas é usada para interromper...
A sua empresa decide mudar a mensagem de boas vindas quando a...
Qual arquivo usado pelo XDM especifica o papel de parede padrão...
Como é iniciado um gerenciador de exibição (Display...
Em qual seção do arquivo de configuração do X11 se...
Ao instalar o XWindow o monitor não foi reconhecido, mas agora...
Qual das afirmativas a seguir é verdadeira sobre um servidor X?
O que é o comando "startx"?
Após instalar novas fontes em seu diretório pessoal, o...
Qual o comando que exibe informações sobre a atual...
Qual das seguintes afirmações é verdadeira em...
__________ é um ambiente desktop completo em áudio para...
Digite o caminho completo do diretório onde ficam os arquivos...
Qual é o arquivo de configuração do gerenciador de...
Você está trabalhando em um shell não...
O que é XDMCP, e como é usado? 
Qual é o arquivo de configuração do gerenciador de...
Tenho o gdm como display manager padrão, com daemon...
Em qual arquivo pode ser visualizado ou alterado o display manager...
O arquivo onde são definidas as opções de...
Para mudar a resolução do monitor para 1024x768 podemos usar o...
Um dos seus usuários tem instalado um programa de...
Qual parâmetro do arquivo de configuração do Servidor de...
Qual das alternativas abaixo corresponde a sintaxe correta para uma...
Qual dos seguintes comandos irá imprimir as...
O administrador sênior pediu-lhe para alterar o plano de fundo...
Para visualizar as principais configurações do kdm, acessamos...
Em um sistema executando o KDE Display Manager, quando o...
O system bell sound é chato para você. Qual das seguintes...
Qual é o principal arquivo de configuração que...
A instrução; DisplayManager.requestPort: 0, que bloqueia o...
Os usuários podem criar e editar um arquivo de...
Qual parâmetro do programa /usr/bin/Xorg permite utilizar o...
Para ampliar a tela no gnome, podemos instalar o pacote ___________....
Quais dos comandos a seguir podem ser usados para executar um login...
Para ajustar as configurações de tela do servidor X podemos...
Qual o diretório recomendado para colocar seus arquivos de...
Através do comando _______________ é possível...
Qual programa X _________ é muitas vezes usado para fazer...
Em qual diretório são encontrados arquivos de...
No Debian, podemos usar o comando ______________ para criar um novo...
Qual comando pode ser utilizado para visualizar a configuração...
Qual parâmetro do arquivo de configuração do Servidor de...
Onde você muda o cumprimento de exibição do display...
Alert!

Advertisement