LX0-104 Exam Questions
499 real LX0-104 exam questions with expert-verified answers and explanations. Page 6 of 10.
- Question #345Essential System Services
Which statements are true of object classes in an LDAP directory? (Choose TWO correct answers)
LDAP object classesSchema - Question #346Essential System Services
What is true of any created custom attribute or object class?
LDAP schemaOID - Question #348Essential System Services
Which of the following is correct about this excerpt from an LDIF file? dn: cn=PrintOperators,ou=Groups,ou=IT,o=BR
LDIF formatDistinguished Name - Question #350Essential System Services
When logged in to a workstation which retrieves most of its user information from NIS, which command can be used to list ALL the users?
NISUser managementgetent command - Question #351Essential System Services
An administrator has manually migrated local accounts to LDAP, instead of using the migration tools. When trying to authenticate as a user, an error is returned about invalid crede...
LDAP authenticationPassword hashingTroubleshooting - Question #352Essential System Services
What strategy is used to initialize NIS maps?
NIS configurationNIS maps - Question #355Security
An administrator has created a mapping with the following command: cryptsetup luksOpen /dev/sda1 cryptvol and has set three different keys. Which command below will delete the firs...
LUKScryptsetupKey management - Question #357Security
Which of the following are valid dmcrypt modes? (Choose THREE correct answers)
dmcrypt modesEncryption algorithms - Question #359Security
You are certain that your kernel has been compiled with ACL support, however, when you try to set an ACL on a file, you get the following output: % setfacl m user:hugh:r afile.txt...
ACLsFilesystem permissionsMount optionsTroubleshooting - Question #360Networking Fundamentals
Which of the following are valid OpenVPN authentication modes? (Choose TWO correct answers)
OpenVPN authenticationVPN security - Question #361Administrative Tasks
What is true about the permissions for the file afile given the following output from getfacl? (Select TWO correct answers) % getfacl afile # file: afile # owner: matt # group: sup...
ACLsfile permissionsgetfaclmask - Question #362Administrative Tasks
You wish to revoke write access for all groups and named users on a file. Which command will make the correct ACL changes?
ACLssetfaclfile permissionsmask - Question #364Administrative Tasks
When adding additional users to a file's extended ACLs, what is true about the default behaviour of the ACL mask for the file?
ACLsmaskextended ACLsfile permissions - Question #365Networking Fundamentals
In which of the following scenarios MUST an administrator use ethernet bridging instead of routing when configuring an OpenVPN site? (Select TWO correct answers)
OpenVPNethernet bridgingroutingNetBIOS - Question #366Administrative Tasks
Linux Extended Attributes include attribute classes. Which of the following are included in the defined attribute classes? (Select THREE correct answers)
Extended Attributesxattrsattribute classes - Question #367Administrative Tasks
Which of the following statements are true about Linux Extended Attributes on files? (Select TWO correct answers)
Extended Attributesxattrsfile system attributesdisk quota - Question #368Administrative Tasks
Which command will set the user.author attribute on the file afile.txt?
Extended Attributessetfattrxattrs - Question #369Networking Fundamentals
Which of the following lines in the OpenVPN server.conf file will supply a DNS server for DHCP clients to use?
OpenVPNserver configurationDNSDHCP - Question #370Administrative Tasks
Which command will list all of the extended attributes on the file afile.txt along with the values?
Extended Attributesgetfattrxattrs - Question #371Administrative Tasks
Which of the following statements is true when querying the extended attributes of a file that has no extended attributes set?
Extended Attributesgetfattrcommand behavior - Question #373Security
What is the purpose of the Safe Checks option in a Nessus configuration?
Nessusvulnerability scanningsecurity toolssafe checks - Question #375Networking Fundamentals
An administrator is capturing traffic with Wireshark and is only seeing ARP traffic. What is the most likely cause of this?
Wiresharknetwork troubleshootingARPswitched network - Question #376Networking Fundamentals
Which statements are true of the following Wireshark capture filter: (tcp[2:2] > 1500 and tcp[2:2] < 1550) or (tcp[4:2] > 1500 and tcp[4:2] < 1550) (Select TWO correct answers)
Wiresharkcapture filtersTCP portsnetwork analysis - Question #377Security
The command 'nmap sS O 10.142.232.10' produces the following output: PORT STATE SERVICE 631/tcp open ipp 3306/tcp open mysql Which of these statements are true? (Select TWO correct...
Nmapport scanningstealth scanOS detection - Question #378Security
Which of the following can be done to secure a BIND server? (Select THREE correct answers)
BINDDNS securitychroot jailACLs - Question #379Security
DNS servers are vulnerable to which of the following attacks? (Select THREE correct answers)
DNS attacksCache PoisoningMan-in-the-MiddleSmurf Attack - Question #381Security
The apache administrator has added the following lines to the configuration files: <Directory /> AllowOverride None </Directory> What is the purpose of this directive?
Apache configuration.htaccessweb server security - Question #383Security
SELinux is a Linux feature that:
SELinuxMandatory Access Control (MAC)system security - Question #384Security
Which of the following statements are advantages that Mandatory Access Control has over Discretionary? Access Control models? (Select TWO correct answers)
Mandatory Access Control (MAC)Discretionary Access Control (DAC)access control models - Question #385Networking Fundamentals
What are the steps which must be followed to enable serverwide zone transfers between two BIND 9 servers securely using TSIG?
BIND 9DNS zone transfersTSIGDNS security - Question #386Security
Under which path is the selinux pseudofilesystem found?
SELinuxfilesystem paths - Question #388Security
An unprivileged user issued a command which produced the following log message: avc: denied { getattr } for pid=984 exe=/usr/bin/vim path=/etc/shadow dev=03:01 ino=134343 scontext=...
SELinuxaccess deniedlog analysissecurity context - Question #389Security
When a user logs into a system using SSH, what is the format of SELinux security context which will assign the user_r role and the user_t domain to their login sessions?
SELinuxsecurity contextSSHuser roles - Question #390Security
How are SELinux permissions related to standard Linux permissions?
SELinuxLinux permissionsaccess control - Question #392Security
What is the difference between an SELinux domain and an SELinux type?
SELinuxsecurity domainsecurity typeaccess control - Question #393Security
An SELinux security context is required to ensure that all files in /opt have the default context of system_u:object_r:usr_t. How should the corresponding configuration entry be fo...
SELinuxfile contextconfiguration - Question #395Security
An administrator can prevent dictionary based attacks against an OpenSSH server by forcing keybased authentication with which TWO parameters in sshd_config?
SSH securitysshd_configkey-based authenticationpassword authentication - Question #396Security
A user is attempting to connect to a remote server via SSH and receives the following message: The authenticity of host 'mail.example.com (208.77.188.166)' can't be established. RS...
SSHhost key verificationknown_hostssecurity warning - Question #397Security
A user is attempting to connect to a remote host via SSH and following message is displayed: Host key verification failed. Which of the following options could resolve the problem?...
SSH troubleshootinghost key verificationStrictHostKeyCheckingknown_hosts - Question #399Networking Fundamentals
Which of the following are valid NFSv4 security types?
NFSv4NFS securityKerberosSPKM - Question #400Security
Which GPG command is used to sign a public key? (Select TWO correct answers)
GPGpublic keykey signingcryptography - Question #401Security
Which GPG command will publish a public key to a public key server?
GPGpublic key serverkey management - Question #402Security
Which GPG command is used to create a revocation certificate in case a GPG key ever needs to be cancelled?
GPGkey revocationrevocation certificate - Question #403Security
Which command is used to add an additional name, email address and comment to an existing private key?
GPGprivate keykey modification - Question #404Security
Someone who wishes to receive an encrypted file has provided a key UID and a key fingerprint for verification to the data sender. Assuming that this key is on a public keyserver, w...
GPGpublic key retrievalkey server - Question #405Security
You have downloaded a file named file.tgz along with a signature file named file.tgz.asc. Which commands can be used to verify that file.tgz has not been tampered with since the fi...
GPGsignature verificationdetached signaturefile integrity - Question #406Security
By default, when verifying a signed file or a file with a detached signature, which keyring is used to search for public keys?
GPGkeyringpublic keys - Question #408Administrative Tasks
An administrator has just configured vsftp and notices that she cannot follow symbolic links when connected to the FTP server. What is the most likely reason for this?
vsftpdFTPsymbolic linkschroot - Question #410Security
What is one of the primary claimed benefits of Smack over SELinux?
SmackSELinuxLinux security modulesaccess control - Question #411Security
How does AppArmor configure its access control settings?
AppArmoraccess controlsecurity profiles