LFCS Exam Questions
676 real LFCS exam questions with expert-verified answers and explanations. Page 6 of 14.
- Question #345Service Configuration
Which statements are true of object classes in an LDAP directory? (Choose TWO correct answers)
LDAPObject ClassesSchema ManagementDirectory Entries - Question #346Service Configuration
What is true of any created custom attribute or object class?
LDAPSchema ExtensionObject IdentifierDirectory Services - Question #348User and Group Management
Which of the following is correct about this excerpt from an LDIF file? dn: cn=PrintOperators,ou=Groups,ou=IT,o=BR
LDAPLDIFDistinguished NameUser and Group Management - Question #350User and Group Management
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 commandName Service Switch - Question #351User and Group Management
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...
LDAPUser ManagementAuthenticationPassword Hashing - Question #352Service Configuration
What strategy is used to initialize NIS maps?
NISNetwork Information ServiceMap InitializationSystem Administration - Question #355Storage Management
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...
cryptsetupLUKSDisk EncryptionKey Management - Question #357Storage Management
Which of the following are valid dmcrypt modes? (Choose THREE correct answers)
dmcryptDisk EncryptionEncryption ModesStorage Security - Question #359Storage Management
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...
ACLsFilesystemMount optionsPermissions - Question #360Networking
Which of the following are valid OpenVPN authentication modes? (Choose TWO correct answers)
OpenVPNVPNAuthenticationNetwork Security - Question #361Essential Commands
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 PermissionsgetfaclAccess Control Lists - Question #362Essential Commands
You wish to revoke write access for all groups and named users on a file. Which command will make the correct ACL changes?
ACLssetfaclFile PermissionsACL Mask - Question #364User and Group Management
When adding additional users to a file's extended ACLs, what is true about the default behaviour of the ACL mask for the file?
ACLsFile PermissionsACL MaskAccess Control - Question #365Networking
In which of the following scenarios MUST an administrator use ethernet bridging instead of routing when configuring an OpenVPN site? (Select TWO correct answers)
OpenVPN ConfigurationNetwork BridgingNetwork RoutingVPN Traffic Types - Question #366Storage Management
Linux Extended Attributes include attribute classes. Which of the following are included in the defined attribute classes? (Select THREE correct answers)
Extended AttributesxattrsFile System AttributesAttribute Classes - Question #367Storage Management
Which of the following statements are true about Linux Extended Attributes on files? (Select TWO correct answers)
Extended AttributesFilesystemsDisk QuotasFile Metadata - Question #368Essential Commands
Which command will set the user.author attribute on the file afile.txt?
Extended Attributessetfattr commandFile Attributes - Question #369Service Configuration
Which of the following lines in the OpenVPN server.conf file will supply a DNS server for DHCP clients to use?
OpenVPNDNSServer ConfigurationDHCP - Question #370Essential Commands
Which command will list all of the extended attributes on the file afile.txt along with the values?
getfattr commandextended attributesfile attributesfile management - Question #371Essential Commands
Which of the following statements is true when querying the extended attributes of a file that has no extended attributes set?
Extended Attributesgetfattr commandFile AttributesCommand exit codes - Question #373Networking
What is the purpose of the Safe Checks option in a Nessus configuration?
NessusVulnerability ScanningNetwork SecuritySafe Checks - Question #375Networking
An administrator is capturing traffic with Wireshark and is only seeing ARP traffic. What is the most likely cause of this?
Network SniffingWiresharkSwitched NetworksARP - Question #376Networking
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 HeaderPacket Filtering - Question #377Networking
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 ScanningNetwork ReconnaissancePrivileges - Question #378Service Configuration
Which of the following can be done to secure a BIND server? (Select THREE correct answers)
DNS serverService securityChrootACLs - Question #379Networking
DNS servers are vulnerable to which of the following attacks? (Select THREE correct answers)
DNS SecurityNetwork AttacksCache PoisoningMan-in-the-Middle - Question #381Service Configuration
The apache administrator has added the following lines to the configuration files: <Directory /> AllowOverride None </Directory> What is the purpose of this directive?
ApacheWeb ServerConfiguration.htaccess - Question #383Operation of Running Systems
SELinux is a Linux feature that:
SELinuxMandatory Access ControlSystem Security - Question #384Operation of Running Systems
Which of the following statements are advantages that Mandatory Access Control has over Discretionary? Access Control models? (Select TWO correct answers)
Mandatory Access ControlDiscretionary Access ControlLinux Security ModelsKernel Enforcement - Question #385Service Configuration
What are the steps which must be followed to enable serverwide zone transfers between two BIND 9 servers securely using TSIG?
BINDTSIGDNS Zone TransfersDNS Security - Question #386Operation of Running Systems
Under which path is the selinux pseudofilesystem found?
SELinuxfilesystem pathspseudofilesystem - Question #388Operation of Running Systems
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 ControlAVC messageSecurity Context - Question #389Operation of Running Systems
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 Sessions - Question #390Operation of Running Systems
How are SELinux permissions related to standard Linux permissions?
SELinuxPermissionsAccess ControlSecurity Model - Question #392Operation of Running Systems
What is the difference between an SELinux domain and an SELinux type?
SELinuxSecurity ContextProcess ManagementFile System Security - Question #393Operation of Running Systems
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 ContextsSecurityRegular Expressions - Question #395Service Configuration
An administrator can prevent dictionary based attacks against an OpenSSH server by forcing keybased authentication with which TWO parameters in sshd_config?
SSHsshd_configAuthenticationSecurity - Question #396Networking
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 KeysKnown Hosts - Question #397Service Configuration
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?...
SSHHost Key Verificationknown_hostsTroubleshooting - Question #399Networking
Which of the following are valid NFSv4 security types?
NFSNFSv4 SecurityNetwork AuthenticationGSS-API - Question #400Essential Commands
Which GPG command is used to sign a public key? (Select TWO correct answers)
GPGKey ManagementPublic Key CryptographySigning Keys - Question #401Essential Commands
Which GPG command will publish a public key to a public key server?
GPGKey ManagementPublic Key CryptographyKeyservers - Question #402Essential Commands
Which GPG command is used to create a revocation certificate in case a GPG key ever needs to be cancelled?
GPGKey ManagementRevocation CertificateSecurity - Question #403Essential Commands
Which command is used to add an additional name, email address and comment to an existing private key?
GPGKey ManagementPrivate KeysUser IDs - Question #404Essential Commands
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 CryptographyKey ManagementKey Server - Question #405Essential Commands
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...
GPGFile VerificationDigital SignaturesCommand Line - Question #406Essential Commands
By default, when verifying a signed file or a file with a detached signature, which keyring is used to search for public keys?
GnuPGKeyringsDigital SignaturesFile Verification - Question #408Service Configuration
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?
vsftpdchroot environmentsymbolic linksFTP security - Question #410Operation of Running Systems
What is one of the primary claimed benefits of Smack over SELinux?
Linux Security ModulesSmackSELinuxMandatory Access Control - Question #411Service Configuration
How does AppArmor configure its access control settings?
AppArmorAccess ControlSecurity ProfilesApplication Security