Começar. É Gratuito
ou inscrever-se com seu endereço de e-mail
LINUX LPIC-1 por Mind Map: LINUX LPIC-1

1. 101-400

1.1. 101. Arquitetura de Sistema

1.1.1. 101.1 - Determine and Configure Hardware Settings

1.1.1.1. Areas Chave de Conhecimento:

1.1.1.1.1. - Determinar recursos de Hardware para Dispositivos.

1.1.1.1.2. - Habilitar e Desabilitar Periféricos Integrados.

1.1.1.1.3. - Diferenciar entre Varios Tipos de dispositivos de Armazenamento de Dados.

1.1.1.1.4. - Ferramentas e utilitários para listar Varias Informações de Hardware(e.g. lsusb, lspci, etc.).

1.1.1.1.5. - Ferramentas e Utilitários para manipular dispositivos USB.

1.1.1.1.6. - Entendimento Conceitual de sysfs, udev e dbus.

1.1.1.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.1.1.2.1. - /sys/

1.1.1.2.2. - /proc/

1.1.1.2.3. - /dev/

1.1.1.2.4. - modprobe

1.1.1.2.5. - lsmod

1.1.1.2.6. - lspci

1.1.1.2.7. - lsusb

1.1.1.3. Peso: 2

1.1.2. 101.2 - Boot System

1.1.2.1. Areas Chave de Conhecimento:

1.1.2.1.1. - Prover Comandos comuns para Boot loader e opções para o Kernel em tempo de Boot.

1.1.2.1.2. - Demonstrar conhecimento da sequencia de Boot da BIOS/UEFI para completar o boot.

1.1.2.1.3. - Entender o SysVinit e Systemd.

1.1.2.1.4. - Ter Ciencia do Upstart

1.1.2.1.5. - Checar eventos de Boot nos Arquivos de Log.

1.1.2.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.1.2.2.1. - dmesg

1.1.2.2.2. - journalctl

1.1.2.2.3. - BIOS

1.1.2.2.4. - UEFI

1.1.2.2.5. - bootloader

1.1.2.2.6. - kernel

1.1.2.2.7. - initramfs

1.1.2.2.8. - init

1.1.2.2.9. - SysVinit

1.1.2.2.10. - systemd

1.1.2.3. Peso: 3

1.1.3. 101.3 - Change RunLevels and Shutdown or Reboot System

1.1.3.1. Areas Chave de Conhecimento:

1.1.3.1.1. - Definir o Nivel de Execução ou Boot Target

1.1.3.1.2. - Alterar Nivel de Execução / Boot Target, incluindo modo single user.

1.1.3.1.3. - Shutdown e reboot da Linha de Comando.

1.1.3.1.4. - Alertar Usuário antes de Trocar Nível de Execução / Boot Target ou outro tipo de Sistema de Eventos Principal.

1.1.3.1.5. - Finalizar Processos de forma apropriada.

1.1.3.1.6. - Conhecimento do acpid.

1.1.3.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.1.3.2.1. - /etc/inittab

1.1.3.2.2. - shutdown

1.1.3.2.3. - init

1.1.3.2.4. - /etc/init.d/

1.1.3.2.5. - telinit

1.1.3.2.6. - systemd

1.1.3.2.7. - systemctl

1.1.3.2.8. - /etc/systemd/

1.1.3.2.9. - /usr/lib/systemd/

1.1.3.2.10. - wall

1.1.3.3. Peso: 3

1.1.4. Peso 101: 7

1.2. 102. Instalação Linux e Gerenciamento de Pacotes

1.2.1. 102.1 - Design hard disk layout

1.2.1.1. Areas Chave de Conhecimento:

1.2.1.1.1. - Alocar Sistema de Arquivos ou Espaço de Swap para separar partições ou discos.

1.2.1.1.2. - Esbouçar o Design do suposto uso do Sistema.

1.2.1.1.3. - Assegurar que a particão /boot está de acordo com a arquitetura e requerimentos de Hardware para a Inicialização.

1.2.1.1.4. - Conhecimento Basico das Funcionalidade de LVM.

1.2.1.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.2.1.2.1. - /(root) filesystem

1.2.1.2.2. - /var filesystem

1.2.1.2.3. - /home filesystem

1.2.1.2.4. - /boot filesystem

1.2.1.2.5. - EFI System Partition (ESP)

1.2.1.2.6. - swap space

1.2.1.2.7. - mount points

1.2.1.2.8. - partitions

1.2.1.3. Peso: 2

1.2.2. 102.2 Install a boot manager

1.2.2.1. Areas Chave de Conhecimento:

1.2.2.1.1. - Fornecer Altenativas para localização do boot e opções para Backup do Boot.

1.2.2.1.2. - Instalar e Configurar um boot load como GRUB Legacy.

1.2.2.1.3. - Realizar configurações Básicas de alteração para o Grub 2

1.2.2.1.4. - Interagir com o Boot Loader.

1.2.2.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.2.2.2.1. - menu.lst, grub.cfg and grub.conf

1.2.2.2.2. - grub-install

1.2.2.2.3. - grub-mkconfig

1.2.2.2.4. - MBR

1.2.2.3. Peso: 2

1.2.3. 102.3 Manage shared libraries

1.2.3.1. Areas Chave de Conhecimento:

1.2.3.1.1. - Identificar Bibliotecas Compartilhadas.

1.2.3.1.2. - Identificar Localização tipica do Sistema de Bibliotecas.

1.2.3.1.3. - Carregar Bibliotecas Compartilhadas.

1.2.3.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.2.3.2.1. - ldd

1.2.3.2.2. - ldconfig

1.2.3.2.3. - /etc/ld.so.conf

1.2.3.2.4. - LD_LIBRARY_PATH

1.2.3.3. Peso: 1

1.2.3.3.1. - Obter Informações de Pacotes como Versão, Conteúdo, Dependências, Integridade do Pacote e Status de Instalação(- se o pacote foi ou não instalado).

1.2.4. 102.4 Use Debian package management

1.2.4.1. Areas Chave de Conhecimento:

1.2.4.1.1. - Install, Upgrade e Uninstall Pacotes Binários Debian.

1.2.4.1.2. - Procurar Pacotes contendo Arquivos Específicos ou Bibliotecas que possam ou não possam serem instaladas

1.2.4.1.3. - Conhecimento do apt.

1.2.4.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.2.4.2.1. - /etc/apt/sources.list

1.2.4.2.2. - dpkg

1.2.4.2.3. - dpkg-reconfigure

1.2.4.2.4. - apt-get

1.2.4.2.5. - apt-cache

1.2.4.3. Peso: 3

1.2.5. 102.5 Use RPM and YUM package management

1.2.5.1. Areas Chave de Conhecimento:

1.2.5.1.1. - Install, re-install, upgrade e remoção de pacotes utilizando RPM, YUM e Zypper.

1.2.5.1.2. - Obter Informações em Pacotes RPM assim como versão, status, dependências, integridade de pacotes como versões, status, dependencias, integridade e assinaturas.

1.2.5.1.3. - Determinar quais arquivos um pacote pode ter, assim como procurar de qual pacote um arquivo especifico pode vir.

1.2.5.1.4. - Conhecimento de dnf.

1.2.5.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.2.5.2.1. - rpm

1.2.5.2.2. - rpm2cpio

1.2.5.2.3. - /etc/yum.conf

1.2.5.2.4. - /etc/yum.repos.d/

1.2.5.2.5. - yum

1.2.5.2.6. - zypper

1.2.5.3. Peso: 3

1.2.6. 102.6 Linux as a virtualization guest

1.2.6.1. Areas Chave de Conhecimento:

1.2.6.1.1. - Entendendo Conceitos GeralUnderstand the general concept of virtual machines and containers.

1.2.6.1.2. - Understand common elements virtual machines in an IaaS cloud, such as computing instances, block storage and - networking.

1.2.6.1.3. - Understand unique properties of a Linux system which have to changed when a system is cloned or used as a - template.

1.2.6.1.4. - Understand how system images are used to deploy virtual machines, cloud instances and containers.

1.2.6.1.5. - Understand Linux extensions which integrate Linux with a virtualization product.

1.2.6.1.6. - Awareness of cloud-init.

1.2.6.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.2.6.2.1. - Virtual machine

1.2.6.2.2. - Linux container

1.2.6.2.3. - Application container

1.2.6.2.4. - Guest drivers

1.2.6.2.5. - SSH host keys

1.2.6.2.6. - D-Bus machine id

1.2.6.3. Peso: 1

1.2.7. Peso 102: 12

1.3. 103.GNU e Comandos UNIX

1.3.1. 103.1 Work on the command line

1.3.1.1. Areas Chave de Conhecimento:

1.3.1.1.1. - Use single shell commands and one line command sequences to perform basic tasks on the command line.

1.3.1.1.2. - Use and modify the shell environment including defining, referencing and exporting environment variables.

1.3.1.1.3. - Use and edit command history.

1.3.1.1.4. - Invoke commands inside and outside the defined path.

1.3.1.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.3.1.2.1. - bash

1.3.1.2.2. - echo

1.3.1.2.3. - env

1.3.1.2.4. - export

1.3.1.2.5. - pwd

1.3.1.2.6. - set

1.3.1.2.7. - unset

1.3.1.2.8. - type

1.3.1.2.9. - which

1.3.1.2.10. - man

1.3.1.2.11. - uname

1.3.1.2.12. - history

1.3.1.2.13. - .bash_history

1.3.1.2.14. - Quoting

1.3.1.3. Areas Chave de Conhecimento:

1.3.1.3.1. - Send text files and output streams through text utility filters to modify the output using standard UNIX commands found in the GNU textutils package

1.3.1.4. Peso: 4

1.3.2. 103.2 Process text streams using filters

1.3.2.1. Lista de Arquivos Utilizados, Termos e Utilitários:

1.3.2.1.1. - bzcat

1.3.2.1.2. - cat

1.3.2.1.3. - cut

1.3.2.1.4. - head

1.3.2.1.5. - less

1.3.2.1.6. - md5sum

1.3.2.1.7. - nl

1.3.2.1.8. - od

1.3.2.1.9. - paste

1.3.2.1.10. - sed

1.3.2.1.11. - sha256sum

1.3.2.1.12. - sha512sum

1.3.2.1.13. - sort

1.3.2.1.14. - split

1.3.2.1.15. - tail

1.3.2.1.16. - tr

1.3.2.1.17. - uniq

1.3.2.1.18. - wc

1.3.2.1.19. - xzcat

1.3.2.1.20. - zcat

1.3.2.2. Peso: 2

1.3.3. 103.3 Perform basic file management

1.3.3.1. Areas Chave de Conhecimento:

1.3.3.1.1. - Copy, move and remove files and directories individually.

1.3.3.1.2. - Copy multiple files and directories recursively.

1.3.3.1.3. - Remove files and directories recursively.

1.3.3.1.4. - Use simple and advanced wildcard specifications in commands.

1.3.3.1.5. - Using find to locate and act on files based on type, size, or time.

1.3.3.1.6. - Usage of tar, cpio and dd.

1.3.3.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.3.3.2.1. - cp

1.3.3.2.2. - find

1.3.3.2.3. - mkdir

1.3.3.2.4. - mv

1.3.3.2.5. - ls

1.3.3.2.6. - rm

1.3.3.2.7. - rmdir

1.3.3.2.8. - touch

1.3.3.2.9. - tar

1.3.3.2.10. - cpio

1.3.3.2.11. - dd

1.3.3.2.12. - file

1.3.3.2.13. - gzip

1.3.3.2.14. - gunzip

1.3.3.2.15. - bzip2

1.3.3.2.16. - bunzip2

1.3.3.2.17. - xz

1.3.3.2.18. - unxz

1.3.3.2.19. - file globbing

1.3.3.3. Peso: 4

1.3.4. 103.4 Use streams, pipes and redirects

1.3.4.1. Areas Chave de Conhecimento:

1.3.4.1.1. - Redirecting standard input, standard output and standard error

1.3.4.1.2. - Pipe the output of one command to the input of another command.

1.3.4.1.3. - Use the output of one command as arguments to another command.

1.3.4.1.4. - Send output to both stdout and a file.

1.3.4.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.3.4.2.1. - tee

1.3.4.2.2. - xargs

1.3.4.3. Peso: 4

1.3.5. 103.5 Create, monitor and kill processes

1.3.5.1. Areas Chave de Conhecimento:

1.3.5.1.1. - Run jobs in the foreground and background.

1.3.5.1.2. - Signal a program to continue running after logout.

1.3.5.1.3. - Monitor active processes.

1.3.5.1.4. - Select and sort processes for display.

1.3.5.1.5. - Send signals to processes

1.3.5.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.3.5.2.1. - &

1.3.5.2.2. - bg

1.3.5.2.3. - fg

1.3.5.2.4. - jobs

1.3.5.2.5. - kill

1.3.5.2.6. - nohup

1.3.5.2.7. - ps

1.3.5.2.8. - top

1.3.5.2.9. - free

1.3.5.2.10. - uptime

1.3.5.2.11. - pgrep

1.3.5.2.12. - pkill

1.3.5.2.13. - killall

1.3.5.2.14. - watch

1.3.5.2.15. - screen

1.3.5.2.16. - tmux

1.3.5.3. Peso: 4

1.3.6. 103.6 Modify process execution priorities

1.3.6.1. Areas Chave de Conhecimento:

1.3.6.1.1. - Know the default priority of a job that is created.

1.3.6.1.2. - Run a program with higher or lower priority than the default.

1.3.6.1.3. - Change the priority of a running process.

1.3.6.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.3.6.2.1. - nice

1.3.6.2.2. - ps

1.3.6.2.3. - renice

1.3.6.2.4. - top

1.3.6.3. Peso: 2

1.3.7. 103.7 Search text files using regular expressions

1.3.7.1. Areas Chave de Conhecimento:

1.3.7.1.1. - Create simple regular expressions containing several notational elements.

1.3.7.1.2. - Understand the differences between basic and extended regular expressions.

1.3.7.1.3. - Understand the concepts of special characters, character classes, quantifiers and anchors.

1.3.7.1.4. - Use regular expression tools to perform searches through a filesystem or file content.

1.3.7.1.5. - Use regular expressions to delete, change and substitute text.

1.3.7.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.3.7.2.1. - grep

1.3.7.2.2. - egrep

1.3.7.2.3. - fgrep

1.3.7.2.4. - sed

1.3.7.2.5. - regex(7)

1.3.7.3. Peso: 3

1.3.8. 103.8 Basic file editing

1.3.8.1. Areas Chave de Conhecimento:

1.3.8.1.1. - Navigate a document using vi.

1.3.8.1.2. - Understand and use vi modes.

1.3.8.1.3. - Insert, edit, delete, copy and find text in vi.

1.3.8.1.4. - Awareness of Emacs, nano and vim.

1.3.8.1.5. - Configure the standard editor.

1.3.8.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.3.8.2.1. - vi

1.3.8.2.2. - /, ?

1.3.8.2.3. - h,j,k,l

1.3.8.2.4. - i, o, a

1.3.8.2.5. - d, p, y, dd, yy

1.3.8.2.6. - ZZ, :w!, :q!

1.3.8.2.7. - EDITOR

1.3.8.3. Peso: 3

1.3.9. Peso 101: 26

1.4. Peso: 2

1.5. 104. Dispositivos, Sistema de Arquivos Linux, Padronização Hierarquia do Sistema de Arquivos

1.5.1. 104.1 Create partitions and filesystems

1.5.1.1. Areas Chave de Conhecimento:

1.5.1.1.1. - Manage MBR and GPT partition tables

1.5.1.1.2. - Use various mkfs commands to create various filesystems such as: - ext2/ext3/ext4 - XFS - VFAT - exFAT

1.5.1.1.3. - Basic feature knowledge of Btrfs, including multi-device filesystems, compression and subvolumes.

1.5.1.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.5.1.2.1. - fdisk

1.5.1.2.2. - gdisk

1.5.1.2.3. - parted

1.5.1.2.4. - mkfs

1.5.1.2.5. - mkswap

1.5.1.3. Peso: 2

1.5.2. 104.2 Maintain the integrity of filesystems

1.5.2.1. Areas Chave de Conhecimento:

1.5.2.1.1. - Verify the integrity of filesystems.

1.5.2.1.2. - Monitor free space and inodes.

1.5.2.1.3. - Repair simple filesystem problems.

1.5.2.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.5.2.2.1. - du

1.5.2.2.2. - df

1.5.2.2.3. - fsck

1.5.2.2.4. - e2fsck

1.5.2.2.5. - mke2fs

1.5.2.2.6. - tune2fs

1.5.2.2.7. - xfs_repair

1.5.2.2.8. - xfs_fsr

1.5.2.2.9. - xfs_db

1.5.2.3. Peso: 2

1.5.3. 104.3 Control mounting and unmounting of filesystems

1.5.3.1. Areas Chave de Conhecimento:

1.5.3.1.1. - Manually mount and unmount filesystems.

1.5.3.1.2. - Configure filesystem mounting on bootup.

1.5.3.1.3. - Configure user mountable removable filesystems.

1.5.3.1.4. - Use of labels and UUIDs for identifying and mounting file systems.

1.5.3.1.5. - Awareness of systemd mount units.

1.5.3.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.5.3.2.1. - /etc/fstab

1.5.3.2.2. - /media/

1.5.3.2.3. - mount

1.5.3.2.4. - umount

1.5.3.2.5. - blkid

1.5.3.2.6. - lsblk

1.5.3.3. Peso: 3

1.5.4. 104.5 Manage file permissions and ownership

1.5.4.1. Areas Chave de Conhecimento:

1.5.4.1.1. - Manage access permissions on regular and special files as well as directories.

1.5.4.1.2. - Use access modes such as suid, sgid and the sticky bit to maintain security.

1.5.4.1.3. - Know how to change the file creation mask.

1.5.4.1.4. - Use the group field to grant file access to group members.

1.5.4.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.5.4.2.1. - chmod

1.5.4.2.2. - umask

1.5.4.2.3. - chown

1.5.4.2.4. - chgrp

1.5.4.3. Peso: 3

1.5.5. 104.6 Create and change hard and symbolic links

1.5.5.1. Areas Chave de Conhecimento:

1.5.5.1.1. - Create links.

1.5.5.1.2. - Identify hard and/or soft links.

1.5.5.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.5.5.2.1. - ln

1.5.5.2.2. - ls

1.5.5.3. Peso: 2

1.5.6. 104.7 Find system files and place files in the correct location

1.5.6.1. Areas Chave de Conhecimento:

1.5.6.1.1. - Understand the correct locations of files under the FHS.

1.5.6.1.2. - Find files and commands on a Linux system.

1.5.6.1.3. - Know the location and purpose of important file and directories as defined in the FHS.

1.5.6.2. Lista de Arquivos Utilizados, Termos e Utilitários:

1.5.6.2.1. - find

1.5.6.2.2. - locate

1.5.6.2.3. - updatedb

1.5.6.2.4. - whereis

1.5.6.2.5. - which

1.5.6.2.6. - type

1.5.6.2.7. - /etc/updatedb.conf

1.5.6.2.8. - Copying versus linking files.

1.5.6.2.9. - Use links to support system administration tasks.

1.5.6.3. Peso: 2

1.5.7. Peso 104: 14

2. 201-400

2.1. 105. Shells and Shell Scripting

2.1.1. 105.1 - Customize and use the shell environment

2.1.1.1. Areas Chave de Conhecimento:

2.1.1.1.1. - Set environment variables (e.g. PATH) at login or when spawning a new shell.

2.1.1.1.2. - Write Bash functions for frequently used sequences of commands.

2.1.1.1.3. - Maintain skeleton directories for new user accounts.

2.1.1.1.4. - Set command search path with the proper directory.

2.1.1.2. Lista de Arquivos Utilizados, Termos e Utilitários:

2.1.1.2.1. - .

2.1.1.2.2. - source

2.1.1.2.3. - /etc/bash.bashrc

2.1.1.2.4. - /etc/profile

2.1.1.2.5. - env

2.1.1.2.6. - export

2.1.1.2.7. - set

2.1.1.2.8. - unset

2.1.1.2.9. - ~/.bash_pro le

2.1.1.2.10. ~/.bash_login

2.1.1.2.11. ~/.profile

2.1.1.2.12. ~/.bashrc

2.1.1.2.13. ~/.bash_logout

2.1.1.2.14. function

2.1.1.2.15. alias

2.1.1.3. Peso: 4

2.1.2. 105.2 - Customize or write simple scripts

2.1.2.1. Areas Chave de Conhecimento:

2.1.2.1.1. - Use standard sh syntax (loops, tests).

2.1.2.1.2. - Use command substitution.

2.1.2.1.3. - Test return values for success or failure or other information provided by a command.

2.1.2.1.4. - Execute chained commands.

2.1.2.1.5. - Perform conditional mailing to the superuser.

2.1.2.1.6. - Correctly select the script interpreter through the shebang (#!) line.

2.1.2.1.7. - Manage the location, ownership, execution and suid-rights of scripts.

2.1.2.2. Lista de Arquivos Utilizados, Termos e Utilitários:

2.1.2.2.1. - for

2.1.2.2.2. - while

2.1.2.2.3. - test

2.1.2.2.4. - if

2.1.2.2.5. - read

2.1.2.2.6. - seq

2.1.2.2.7. - exeq

2.1.2.2.8. - ||

2.1.2.2.9. - &&

2.1.2.3. Peso: 3

2.1.3. Peso 101: 7

2.2. 106. User Interfaces and Desktops

2.2.1. 106.1 - Install and configure X11

2.2.1.1. Areas Chave de Conhecimento:

2.2.1.1.1. -Understanding of the X11 architecture.

2.2.1.1.2. - Basic understanding and knowledge of the X Window configuration file.

2.2.1.1.3. - Overwrite specific aspects of Xorg configuration, such as keyboard layout

2.2.1.1.4. - Understand the components of desktop environments, such as display managers and window managers.

2.2.1.1.5. - Manage access to the X server and display applications on remote X servers.

2.2.1.1.6. - Awareness of Wayland.

2.2.1.2. Lista de Arquivos Utilizados, Termos e Utilitários:

2.2.1.2.1. - /etc/X11/xorg.conf

2.2.1.2.2. - /etc/X11/xorg.conf.d/

2.2.1.2.3. - ~/.xsession-errors

2.2.1.2.4. - xhost

2.2.1.2.5. - xauth

2.2.1.2.6. - DISPLAY

2.2.1.3. Peso: 4

2.2.2. 106.2 Graphical Desktops

2.2.2.1. Areas Chave de Conhecimento:

2.2.2.1.1. - Awareness of major desktop environments

2.2.2.1.2. - Awareness of protocols to access remote desktop sessions

2.2.2.2. Lista de Arquivos Utilizados, Termos e Utilitários:

2.2.2.2.1. - KDE

2.2.2.2.2. - Gnome

2.2.2.2.3. - Xfce

2.2.2.2.4. - X11

2.2.2.2.5. - XDMCP

2.2.2.2.6. - VNC

2.2.2.2.7. - Spice

2.2.2.2.8. - RDP

2.2.2.3. Peso: 3

2.2.3. 106.3 Acessibility

2.2.3.1. Areas Chave de Conhecimento:

2.2.3.1.1. - Basic knowledge of visual settings and themes.

2.2.3.1.2. - Basic knowledge of assistive technology

2.2.3.2. Lista de Arquivos Utilizados, Termos e Utilitários:

2.2.3.2.1. - High Contrast/Large Print Desktop Themes.

2.2.3.2.2. - Screen Reader.

2.2.3.2.3. - Braille Display.

2.2.3.2.4. - Screen Magnifier.

2.2.3.2.5. - On-Screen Keyboard.

2.2.3.2.6. - Sticky/Repeat keys.

2.2.3.2.7. - Slow/Bounce/Toggle keys.

2.2.3.2.8. - Mouse keys.

2.2.3.2.9. - Gestures.

2.2.3.2.10. - Voice recognition

2.2.3.3. Peso: 3

2.2.4. Peso 101: 7

2.3. 107. Administrative Tasks

2.3.1. 107.1 - Manage user and group accounts and related system files

2.3.1.1. Areas Chave de Conhecimento:

2.3.1.1.1. - Add, modify and remove users and groups.

2.3.1.1.2. - Manage user/group info in password/group databases

2.3.1.1.3. - Create and manage special purpose and limited accounts.

2.3.1.2. Lista de Arquivos Utilizados, Termos e Utilitários:

2.3.1.2.1. - /etc/passwd

2.3.1.2.2. - /etc/shadow

2.3.1.2.3. - /etc/group

2.3.1.2.4. - /etc/skel/

2.3.1.2.5. - chage

2.3.1.2.6. - getent

2.3.1.2.7. - groupadd

2.3.1.2.8. - groupdel

2.3.1.2.9. - groupmod

2.3.1.2.10. - passwd

2.3.1.2.11. - useradd

2.3.1.2.12. - userdel

2.3.1.2.13. - usermod

2.3.1.3. Peso: 4

2.3.2. 107.2 Automate system administration tasks by scheduling jobs

2.3.2.1. Areas Chave de Conhecimento:

2.3.2.1.1. - Manage cron and at jobs.

2.3.2.1.2. - Configure user access to cron and at services.

2.3.2.2. Lista de Arquivos Utilizados, Termos e Utilitários:

2.3.2.2.1. - /etc/cron.{d,daily,hourly,monthly,weekly}/

2.3.2.2.2. - /etc/at.deny

2.3.2.2.3. - /etc/at.allow

2.3.2.2.4. - /etc/crontab

2.3.2.2.5. - /etc/cron.allow

2.3.2.2.6. - /etc/cron.deny

2.3.2.2.7. - /var/spool/cron/

2.3.2.2.8. - crontab

2.3.2.2.9. - at

2.3.2.2.10. - atq

2.3.2.2.11. - atrm

2.3.2.2.12. - systemctl

2.3.2.2.13. - systemd-run

2.3.2.3. Peso: 3

2.3.3. 107.3 Localisation and internationalisation

2.3.3.1. Areas Chave de Conhecimento:

2.3.3.1.1. - Configure locale settings and environment variables.

2.3.3.1.2. - Configure timezone settings and environment variables.

2.3.3.2. Lista de Arquivos Utilizados, Termos e Utilitários:

2.3.3.2.1. - /etc/timezone

2.3.3.2.2. - /etc/localtime

2.3.3.2.3. - /usr/share/zoneinfo/

2.3.3.2.4. - LC_*

2.3.3.2.5. - LC_ALL

2.3.3.2.6. - LANG

2.3.3.2.7. - TZ

2.3.3.2.8. - /usr/bin/locale

2.3.3.2.9. - tzselect

2.3.3.2.10. - timedatectl

2.3.3.2.11. - date

2.3.3.2.12. - iconv

2.3.3.2.13. - UTF-8

2.3.3.2.14. - ISO-8859

2.3.3.2.15. - ASCII

2.3.3.2.16. - Unicode

2.3.3.3. Peso: 3

2.3.4. Peso 101: 7