Michael Marcus
Quiz por , criado more than 1 year ago

Quiz sobre Linux Final Prep Quiz, criado por Michael Marcus em 14-08-2016.

432
2
0
Sem etiquetas
Michael Marcus
Criado por Michael Marcus mais de 8 anos atrás
Fechar

Linux Final Prep Quiz

Questão 1 de 122

1

Operations on the directory stack manipulate the top item in the stack only

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 2 de 122

1

graphical.target is equivalent to the old runlevel 3

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 3 de 122

1

Which of the following items can appear in the user_list element on a configuration line in the /etc/sudoers file?

Selecione uma ou mais das seguintes:

  • All

  • User_Alias names

  • Group_Alias names

  • Host Names

  • Group names preceded by a '^'

  • user names

  • group names preceded by a '%'

Explicação

Questão 4 de 122

1

The Pluggable Authentication Module (PAM) is a facility that supports using multiple authentication methods while providing a common interface to common applications or services seeking to authenticate a user.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 5 de 122

1

Before executing any command, the bash shell pre-processes the command line to make sure it is syntactically correct and all necessary expansions have been done.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 6 de 122

1

In what directory are most system configuration files stored?

Selecione uma das seguintes:

  • /local

  • /usr

  • /var

  • /etc

Explicação

Questão 7 de 122

1

The /etc/sudoers configuration file should only be edited using the visudo or sudo -e commands to avoid syntax errors in the file.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 8 de 122

1

The /tmp directory is a working directory for temporary files that is accessible to any user on a Linux system.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 9 de 122

1

Which of the following is NOT part of a system administrator's duties?

Selecione uma das seguintes:

  • Backup the system on a regular basis

  • Enter customer orders into the sales database system

  • Secure the system against deliberate and accidental breaches

  • Keep the system running well enough to support business/user needs

Explicação

Questão 10 de 122

1

Which of the following is NOT a valid variable name in a shell script?

Selecione uma das seguintes:

  • day1_

  • 1_day

  • _day1

  • day_1

Explicação

Questão 11 de 122

1

The chsh command temporarily changes the current user's shell

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 12 de 122

1

Where is PAM configuration stored on a Fedora or RedHat system?

Selecione uma das seguintes:

  • /etc/PAM.conf

  • /etc/pam.conf

  • /etc/pam.d file

  • /etc/pam.d/ directory

Explicação

Questão 13 de 122

1

In the following line of output from the ls -l command, what does the b at the beginning of the line mean?
brw-rw----, 1 root disk 8, 1 Dec 31 17:02 sda1

Selecione uma das seguintes:

  • sda1 is a directory

  • sda1 is an ordinary file

  • sda1 is a character device\

  • sda1 is a block device

Explicação

Questão 14 de 122

1

Assuming that the following alias command is included in a user's ~/.barshc file,
alias t="tar -v"
and the user types the following at the shell prompt,
t -zcf /tmp/test.tar test.txt
What would the actual command executed be?

Selecione uma das seguintes:

  • t -zcf /tmp/test/tar test.txt

  • tar -zcf /tmp/test/tar test.txt

  • tar -v -zcf /tmp/test/tar test.txt

  • ○ t -v /tmp/test/tar test.txt

Explicação

Questão 15 de 122

1

In which of the following startup files or directories should user-specific configuration settings be put?

Selecione uma ou mais das seguintes:

  • ~/.bashrc

  • /etc/profile.d/

  • ~.bash_profile

  • /etc/profile

  • /etc/bashrc

Explicação

Questão 16 de 122

1

What is the command to start X windows when a Linux system is running at the multi-user.target level?

Selecione uma das seguintes:

  • Xorg

  • X11

  • gdm

  • Startx

Explicação

Questão 17 de 122

1

When using the Logical Volume Manager facility, all disk space can be placed under the control of that facility.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 18 de 122

1

What is the default target on Fedora Linux systems?

Selecione uma das seguintes:

  • graphical.target

  • multi-user.target

  • basic.target

  • getty.target

Explicação

Questão 19 de 122

1

What is the purpose of the HISTSIZE environment variable?

Selecione uma das seguintes:

  • Sets the number of commands stored in the history memory cache and the history file

  • Sets the number of commands stored in the history file

  • Sets the history file name

  • Sets the number of commands stored in the history memory cache

Explicação

Questão 20 de 122

1

One of the reasons that the systemd deamon replaced the old System V init daemon in order to support newer hardware technologies.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 21 de 122

1

When typing a command at the shell prompt it is possible to type part of a command name and then use the TAB key to complete the command, if the part of the command entered is unique.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 22 de 122

1

The ext3, ext4 and xfs file systems all support journaling but are not commonly used.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 23 de 122

1

Which of the following commands, when used with the appropriate options, displays a list the process ID numbers for all processes running a certain command

Selecione uma das seguintes:

  • jobs

  • ps

  • pidof

Explicação

Questão 24 de 122

1

The $0 parameter of a shell script always contains the name of the script.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 25 de 122

1

Which of the following methods of gaining root privilege is the least advisable?

Selecione uma das seguintes:

  • setuid

  • sudo

  • su

  • Log in as root

Explicação

Questão 26 de 122

1

Which of the following shells is currently used to prevent a non-privileged user from logging in interactively?

Selecione uma das seguintes:

  • /bin/nologon

  • /bin/bash

  • /bin/false

  • /bin/tsh

Explicação

Questão 27 de 122

1

fschk can check and repair a mounted file system.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 28 de 122

1

Which of the following commands displays recent system messages?

Selecione uma das seguintes:

  • logger

  • mesg

  • dmesg

  • logprint

Explicação

Questão 29 de 122

1

The ~/.inputrc file is used to configure which of the following history manipulation methods?

Selecione uma das seguintes:

  • history

  • readline history

  • !

  • fc

Explicação

Questão 30 de 122

1

A package manager is a software tool designed to assist system administrators with the management of software on a Linux system.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 31 de 122

1

The ldd command is used to funnily configure a chroot environment.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 32 de 122

1

What is the output of the command:
df -h

Selecione uma das seguintes:

  • A list of the mounted file systems with all size information shown in human readable form

  • A list of the mounted file systems with all size information shown in blocks

  • The fragmentation state of each disk on the system

Explicação

Questão 33 de 122

1

Gaining root privilege on a system with multiple administrators is a bad method because it involves sharing the password between several people.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 34 de 122

1

When multiple interactive bash shells are opened by a user, the history for all of the shells will be saved to disk as each is closed.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 35 de 122

1

Administrative (root) privilege on a Linux system should be granted to anyone who asks for it.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 36 de 122

1

Which of the following is NOT an advantage of using sudo?

Selecione uma das seguintes:

  • Customized privilege settings can be created on a group-by-group basis

  • Customized privilege settings can be created on a user-by-user basis

  • No one needs to know the root password

  • The root password is shared amongst system administrators

Explicação

Questão 37 de 122

1

Which of the following commands lists the contents of a package?

Selecione uma das seguintes:

  • rpm -q <package>

  • rpm -qa <package>

  • rpm -ql <package>

  • rpm -qf <package>

Explicação

Questão 38 de 122

1

Which of the following commands will report weather the sshd daemon is set to automatically start at some target level?

Selecione uma das seguintes:

  • systemctl is-enabled sshd

  • systemctl is-active sshd

  • systemctl isactive sshd

  • systemctl isenabled sshd

Explicação

Questão 39 de 122

1

What does the 2>&1 mean in the following command?
find * >/tmp/find_out.txt 2>&1

Selecione uma das seguintes:

  • Standard error is sent to the user's terminal screen

  • Standard output is sent to the same file or device as standard error

  • Standard error is sent to the same file or device as standard output

  • Standard error is sent to the bit bucket

Explicação

Questão 40 de 122

1

What is the output of the following command?
du -s

Selecione uma das seguintes:

  • A single line of output giving the size and contents of the current directory and all its subdirectories in blocks

  • A single line of output giving the size of contents of the current directory and all its subdirectories in human readable form

  • A summary of the sizes of all files and directories in the current directory in blocks

  • A summary of the sizes of all files and directories in the current directory in human readable form

Explicação

Questão 41 de 122

1

Which process in the following jobs command output will be affected by issuing the fg command without parameters?
user@f1 ~]$ jobs
[1] Running sleep 300 &
[2]- Running sleep 400 &
[3]+ Running sleep 500 &

Selecione uma das seguintes:

  • 1

  • 3

  • All Processes

  • 2

Explicação

Questão 42 de 122

1

The growfs command can be used to increase the size of a filesystem.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 43 de 122

1

TCPWrappers is a daemon based security facility that limits access to the daemon based on IP address.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 44 de 122

1

What program is running in the process associated with a physical or virtual terminal prior to a user logging on?

Selecione uma das seguintes:

  • tsh

  • login

  • bash

  • getty

Explicação

Questão 45 de 122

1

The nnswitch facility provides a means to define diverse sources of information (e.g. hostnames, user information) for use by a Linux system. It can decide where to find information and what order to search the various sources.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 46 de 122

1

Security Enhanced Linux implements a discretionary access control tool.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 47 de 122

1

The default installation of SELinux uses which of the following mode and policy configurations?

Selecione uma das seguintes:

  • PERMISSIVE and Multilevel Security

  • ENFORCING and Multilevel Security

  • PERMISSIVE and Targeted

  • ENFORCING and Targeted

Explicação

Questão 48 de 122

1

Functions are a technique that can be used to add custom operations to a Linux system on a global or user-by-user basis. All custom operations should be added using functions no matter what the complexity or size of the new operations.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 49 de 122

1

Which of the following commands sets the X windows pointing device (mouse) for right-handed use?

Selecione uma das seguintes:

  • xmodmap -e 'pointer = 3 2 1 4 5'

  • xmodmap -e 'pointer = 3 1 2 4 5'

  • xmodmap -e 'pointer = 1 2 3 4 5'

  • xmodmap -e 'pointer = 1 3 2 4 5'

Explicação

Questão 50 de 122

1

What is the default desktop environment used by Fedora and RedHat systems?

Selecione uma das seguintes:

  • GNOME

  • multi-user.target

  • graphical.target

  • KDE

Explicação

Questão 51 de 122

1

Given the initial directory stack containing the following entries:
~/testdir/dir2/dir2-1 ~/testdir/dir1/dir1-1 ~/testdir/ ~
what would the stack contain if the pushd command was issued with no parameters?

Selecione uma das seguintes:

  • ~/testdir/ ~ ~/testdir/dir2/dir2-1 ~/testdir/dir1/dir1-1

  • ~/testdir/dir1/dir1-1 ~/testdir/dir2/dir2-1 ~/testdir/ ~

  • ~/testdir/dir2/dir2-1 ~/testdir/dir1/dir1-1 ~/testdir/ ~

  • ~/testdir/ ~/testdir/dir2/dir2-1 ~/testdir/dir1/dir1-1 ~

Explicação

Questão 52 de 122

1

Which of the following commands clears the screen on a Linux terminal?

Selecione uma das seguintes:

  • cls

  • clear

  • blank

Explicação

Questão 53 de 122

1

Some organizations lock the root account. Others use a very long complex root password that is not known to the system administrators. Both of these approaches are valid when sudo is used for system administration.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 54 de 122

1

What does the parameter $@ contain?

Selecione uma das seguintes:

  • This parameter contains all of the parameters of the current shell script including the name of the script

  • This parameter contains all of the parameters of the current shell script except the name of the script

  • The last parameter of the current script

  • The first parameter of the current script

Explicação

Questão 55 de 122

1

Which of the following commands includes a processes' PID in their output?

Selecione uma ou mais das seguintes:

  • jobs -l

  • ps

  • ls

  • jobs

Explicação

Questão 56 de 122

1

When an external command is invoked from a bash shell it always runs as a separate process from the shell's process.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 57 de 122

1

The source builtin command is used to load/reload startup files.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 58 de 122

1

If the su command is issued without specifying a user, which user is assumed?

Selecione uma das seguintes:

  • root

  • The user issuing the command

  • A random user account

Explicação

Questão 59 de 122

1

Which of the following are characteristics of the xfs file system?

Selecione uma ou mais das seguintes:

  • Very large file system sizes

  • Journaling

  • Live file system expansion and defragmentation

  • Poor backup functionality when compared to ext4

Explicação

Questão 60 de 122

1

What is the result of issuing the following bash builtin command?
history 20

Selecione uma das seguintes:

  • Lists the 20 most recently used commands

  • Lists 20 randomly chosen commands from history

  • Lists the 20 least recently used commands

Explicação

Questão 61 de 122

1

What is the effect of placing the line
ALL: ALL
into the /etc/hosts.deny files while leaving /etc/hosts.allow empty?

Selecione uma das seguintes:

  • Allow connections to all daemons from any IP address

  • Disallow connections to all daemons from any IP address except 127.0.0.1

  • Disallow connections to all daemons from any IP address

Explicação

Questão 62 de 122

1

What is the purpose of the dirs command?

Selecione uma das seguintes:

  • Display the contents of the directory stack

  • Swap entries in the directory stack

  • Remove entries from the directory stack

  • Add entries to the directory stack

Explicação

Questão 63 de 122

1

What does the following command do?
yum group install Robotics

Selecione uma das seguintes:

  • Install all packages whose names contain with Robotics

  • Install all packages whose names begin with Robotics

  • Install all packages whose names end with Robotics

  • Installs of the packages contained within the group named Robotics

Explicação

Questão 64 de 122

1

What is the change command used for?

Selecione uma ou mais das seguintes:

  • Change the expiry date on a user's account

  • calculate a user's age based on the information in that user's account

  • Change the date of birth information stored in a user's account

  • change password ageing parameters associated with a user's account

Explicação

Questão 65 de 122

1

The CUPS printer server offers which of the following facilities?

Selecione uma ou mais das seguintes:

  • Printer hardware configuration

  • Printer class (group) management

  • printer queue configuration and management

  • Print job queueing and management

Explicação

Questão 66 de 122

1

Which of the following commands lists all of the devices (printers) configured on the local system?

Selecione uma das seguintes:

  • lpinfo -v

  • lpinfo -m

Explicação

Questão 67 de 122

1

User and group ID numbers must be unique on Linux systems.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 68 de 122

1

Which of the job scheduling facilities available on a Linux system execute jobs repeatedly at the specified time, provided that the system is available at the specified time?

Selecione uma das seguintes:

  • at

  • cron

  • anacron

Explicação

Questão 69 de 122

1

CUPS supports printing to: locally connected printers, networked printers, and printers shared by other computers.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 70 de 122

1

How can CUPS be configured?

Selecione uma das seguintes:

  • system-config-printers GUI program

  • Web interface

  • Command line programs

  • All of the above

Explicação

Questão 71 de 122

1

Which of the following is the language that almost every printer will accept?

Selecione uma das seguintes:

  • PCL

  • PS

  • Plain Text

Explicação

Questão 72 de 122

1

Where is local user account information stored on a Linux system?

Selecione uma das seguintes:

  • /etc/passwd and /etc/shadow

  • /etc/group and /etc/shadow

  • /etc/passwd and /etc/group

Explicação

Questão 73 de 122

1

Which of the following is not one of the things that should be available when building and installing a new kernel?

Selecione uma das seguintes:

  • Remove all previous kernels from the system

  • Backup the filesystem

  • Have the OS installation media available

  • Do not remove the last known working kernel from the system

Explicação

Questão 74 de 122

1

It is possible to lock a user account. This is achieved by which of the following?

Selecione uma das seguintes:

  • Changing the password to a single %

  • Changing the password to a single !

  • Placing a % at the beginning of the password

  • Placing a ! at the beginning of the password

Explicação

Questão 75 de 122

1

Print servers can be built into a printer or run as a daemon on a computr system.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 76 de 122

1

You have just downloaded some software in a file named mailer.tar.gz. Which of the following commands would you use to install the software into the current directory assuming that mailer.tar.gz is also in the current directory?

Selecione uma das seguintes:

  • tar -zxf mailer.tar.gz

  • gunzip mailer.tar.gz

  • unzip mailer.tar.gz

  • uncompress mailer.tar.gz

Explicação

Questão 77 de 122

1

CUPS provides which of the following print job operations?

Selecione uma ou mais das seguintes:

  • Accepts and queues print jobs

  • Dispatches queued print jobs to active printers

  • Notifies the requesting user when a print job is complete

  • Cancels print jobs at the user's request

Explicação

Questão 78 de 122

1

What is the purpose of the command:
yum check

Selecione uma das seguintes:

  • Check for available package updates

  • Check the status of the local yum database

  • Check the status of the local RPM database

Explicação

Questão 79 de 122

1

Which of the following commands will display a list of all available packages with 'httpd' anywhere in their names?

Selecione uma das seguintes:

  • yum list avilable | grep httpd

  • yum list "httpd"

  • yum list httpd*

  • yum list *httpd

Explicação

Questão 80 de 122

1

Given the following line from a user cron settings
* * * * * /usr/bin/uptime
how often will the uptime command be run?

Selecione uma das seguintes:

  • once a minute

  • once a year

  • once a day

  • once an hour

  • once a month

Explicação

Questão 81 de 122

1

Which of the following is not a reason to change the characteristics of a Linux kernel?

Selecione uma das seguintes:

  • Install a web server daemon

  • Create a specialized kernel for an embedded system

  • Use a non-default kernel configuration

  • Install a new hardware driver

Explicação

Questão 82 de 122

1

Which of the following command pairs will allow users to submit print jobs to queue prt1 without the jobs being immediately printed?

Selecione uma das seguintes:

  • cupsreject prt1
    cupsdisable prt1

  • cupsreject prt1
    cupsenable prt1

  • cupsaccept prt1
    cupsdisable prt1

  • cupsaccept prt1
    cupsenable prt1

Explicação

Questão 83 de 122

1

System-wide password rules can be set using which of the following commands?

Selecione uma das seguintes:

  • system-config-users

  • system-config-authentication

  • system-config-auth

  • system-config-security

Explicação

Questão 84 de 122

1

The rpmdev-setuptree command creates a directory structure for building packages from the course in the home directory of the user that executed the command.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 85 de 122

1

When an rpm file is downloaded from a website rather than from a repository, which utility or utilities can be used to install it?

Selecione uma das seguintes:

  • both rpm and yum

  • yum

  • Neither rpm nor yum

  • rpm

Explicação

Questão 86 de 122

1

The kernel option names used in the /etc/sysctl.conf file and with the sysctl command are the same.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 87 de 122

1

The option in the kernel.spec file
%define buildid .test1
causes the new kernel and all its associated package and configuration files to contain the string '.test1' to identify it as a custom kernel. Each time a kernel is built this option must be modified to uniquely identify the build.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 88 de 122

1

The web interface for CUPS may have different printer definitions listed than the GUI program.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 89 de 122

1

You have downloaded the source code for a program that is not part of your Linux distribution. In what order would you execute the following commands to set it up on your system? (1-4 selection)

Selecione uma ou mais das seguintes:

  • ./configure (1)

  • Make (2)

  • make test (3)

  • make install (4)

Explicação

Questão 90 de 122

1

On a Fedora Linux system, which of the following repositories are enabled by default?

Selecione uma ou mais das seguintes:

  • fedora

  • fedora-source

  • updates

  • updates-source

Explicação

Questão 91 de 122

1

Which of the following commands is the best one for downloading kernel source code from a repository?

Selecione uma das seguintes:

  • yum install kernel.source

  • yumdownloader kernel.source

  • yum install source.kernel

  • yumdownloader --source kernel

Explicação

Questão 92 de 122

1

The sysstat package contains a number of system statistic gathering and reporting tools. Which of the following are some tools in this package?

Selecione uma ou mais das seguintes:

  • nfsstat

  • sar

  • iostat

  • netstat

Explicação

Questão 93 de 122

1

Which of the following files, related to GRUB configurations, should never be edited directly?

Selecione uma das seguintes:

  • /etc/grub.d/*

  • /boot/grub2/grub.cfg

  • /etc/default/grub

Explicação

Questão 94 de 122

1

Which of the following packages are recommended prerequisites for building a new kernel?

Selecione uma ou mais das seguintes:

  • gcc

  • rpmdevtools

  • yum-utils

  • python

  • ncurses-devel

  • libglade2-devel

Explicação

Questão 95 de 122

1

The only way to modify kernel characteristics is to build a new, custom kernel.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 96 de 122

1

The command
yum install ntp bind
will download and install which of the following items?

Selecione uma ou mais das seguintes:

  • the bind package

  • all of the dependencies of the ntp package that are not already installed

  • all of the dependencies of the bind package that are not already installed

  • all updates that have not been installed for any package on the system

  • the ntp package

Explicação

Questão 97 de 122

1

What is the purpose of the command
yum-builddep kernel-3.14.27-100.fc19.src.rpm

Selecione uma das seguintes:

  • Install all of the packages upon which the specified source package depends when the source within the package is built

  • Download, install and build all of the source code related to the specified package

  • Installs all of the build tools needed to build and install the sources within the specified package

Explicação

Questão 98 de 122

1

The batch command forces scheduled jobs to run at the specified time no matter what the system load.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 99 de 122

1

Package repositories are online storage sites for distribution packages, distribution update packages, but are never used for 3rd party packages.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 100 de 122

1

Which of the following commands deletes the definition of printer prt1?

Selecione uma das seguintes:

  • lpadmin -p prt1 -x

  • lpstat -x prt1

  • lpadmin -p prt1 -d

  • lpstat -d prt1

Explicação

Questão 101 de 122

1

CUPS page count quotas work only with PostScript print files

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 102 de 122

1

Given the commanduseradd -s /bin/bash/bash -d /home/joan -G wheel -g staff -c "Joan Smith" joan
what will Joan's primary group be?

Selecione uma das seguintes:

  • staff

  • Not specified in the command

  • wheel

Explicação

Questão 103 de 122

1

CUPS can accept print jobs from: local users and processes, and remote system.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 104 de 122

1

What does the following command produce as output:
yum list *kern*

Selecione uma das seguintes:

  • A list of all available package with the string 'kern' anywhere in its name

  • A list of all installed package with the string 'kern' anywhere in its name

  • A list of all known package without the string 'kern' anywhere in its name

  • A list of all known package with the string 'kern' anywhere in its name

Explicação

Questão 105 de 122

1

Where are user cron job definitions stored?

Selecione uma das seguintes:

  • /var/spool/cron/*

  • /var/cron/*

  • /ext/crontab

  • /etc/cron.*

Explicação

Questão 106 de 122

1

By default, CUPS accepts print jobs from both local users and processes, and remote system.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 107 de 122

1

Which of the following commands will display the current value of the vm.drop_caches kernel parameter?

Selecione uma ou mais das seguintes:

  • sysctl

  • sysctl -w vm.drop_caches=1

  • sysctl -a

  • sysctl vm.drop_caches

Explicação

Questão 108 de 122

1

Which of the following commands can be used to create a new kernel configuration from scratch?

Selecione uma ou mais das seguintes:

  • make config

  • make menuconfig

  • make gconfig

  • make oldconfig

Explicação

Questão 109 de 122

1

The command
sysctl -p /etc/sysctl.conf can be used to change the running kernel configuration without a reboot after editing the /etc/sysctl.conf file.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 110 de 122

1

When the /etc/cups/cupsd.conf file contains the following configuration section, only network print requests from 127.0.0.1 (localhost) will be accepted.
<Location />
Order Allow Deny
Allow @LOCAL
</location>

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 111 de 122

1

A good approach to backing up a Linux system is to perform periodic full backups with incremental backups in between them.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 112 de 122

1

For CUPS to be able to accept print jobs form remote systems using the IPP protocol, the local system's firewall must allow incoming traffic on which of the following ports?

Selecione uma das seguintes:

  • 389 udp and tcp

  • 53 tcp and udp

  • 631 tcp and udp

  • 81 tcp and udp

Explicação

Questão 113 de 122

1

Which of the following commands can be used to backup a Linux system?

Selecione uma ou mais das seguintes:

  • cpio

  • dump

  • rsync

  • tar

Explicação

Questão 114 de 122

1

What does the $(arch) of the following command do?
rpmbuild -bp --target $(arch) kernel.spec

Selecione uma das seguintes:

  • Retrieves the value of the arch environment variable and substitutes it into the command

  • Runs the arch command and substitutes the result in the command

Explicação

Questão 115 de 122

1

Which of the following is not a function of host-based print servers?

Selecione uma das seguintes:

  • Manage print queues

  • Assign an IP address to a network printer

  • Monitor print and queue status

  • Create a print queue and associate it with a printer

Explicação

Questão 116 de 122

1

Which of the following commands can be used to create groups on a Linux system?

Selecione uma ou mais das seguintes:

  • useradd

  • system-config-users

  • groupmod

  • groupadd

Explicação

Questão 117 de 122

1

Every user on a Linux system has a user ID number. Which of the following describes the way user ID numbers are assigned on modern Fedora/RHEL systems?

Selecione uma das seguintes:

  • 0 - 999 system users
    1000 - 65535 regular users

  • 0 - 499 system users
    500 - 32767 system users

  • 0 - 499 system users
    500 - 65535 regular users

  • 0 - 999 system users
    1000 - 35767 regular users

Explicação

Questão 118 de 122

1

The yum and rpm utilities can be used to install, update and remove software packages that are distributed as source code within tar archive files without any intermediate steps

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 119 de 122

1

Which of the following are methods for permanently changing the configuration of a Linux kernel?

Selecione uma ou mais das seguintes:

  • editing the file /etc/sysctl.conf and rebooting the system

  • editing the files in, or adding new files to /etc/sysctl.d and rebooting the system

  • setting options using the sysctl command

  • building and installing a new kernel and then rebooting the system

Explicação

Questão 120 de 122

1

Which of the following is not a protocol that CUPS supports for communicating with printers?

Selecione uma das seguintes:

  • IPP

  • SMTP

  • SMB

  • LPD/LPR

Explicação

Questão 121 de 122

1

The yum utility should be used to install, update and remove software on a Linux system whenever possible.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 122 de 122

1

Which of the following is not one of the factors that is used to determine if a kernel component is compiled into the kernel or made available as a loadable kernel module?

Selecione uma das seguintes:

  • Size

  • Frequency of use

  • Time to load

  • Execution complexity

Explicação