LFCS Exam Questions
676 real LFCS exam questions with expert-verified answers and explanations. Page 7 of 14.
- Question #412Networking
Which of the following is NOT and valid scan technique with nmap?
nmapport scanningnetwork scanningTCP/IP - Question #414Service Configuration
What can proxymap be used for in a Postfix installation? (Select TWO correct answers)
PostfixMail Server ConfigurationChrootLookup Tables - Question #415Service Configuration
Which of the following parameters should be set in main.cf to enable TLS in Postfix?
PostfixTLSEmail ServerConfiguration - Question #416Essential Commands
The system administrator wishes to use John the Ripper to confirm that the passwords in a file called passwords are not weak. john has finished but the terminal window running the...
John the RipperPassword securityCommand-line toolsSecurity utilities - Question #417User and Group Management
On a new Linux system, the root user is being asked to provide the root user password before being able to use the su command. What line in the /etc/pam.d/su file will allow root t...
PAMsu commandAuthenticationRoot user - Question #418Service Configuration
The system administrator wishes to use the pam_listfile.so module to restrict which users are allowed to login via SSH. Which line will configure this behaviour?
PAMSSH ConfigurationUser AuthenticationAccess Control - Question #419Networking
Which of the following is NOT included in a Snort rule header?
SnortIDSRule SyntaxNetwork Security - Question #420Networking
What is the purpose of snort inline?
snortiptablesintrusion preventionnetwork security - Question #421Operation of Running Systems
What is the purpose of tripwire?
tripwirefile integrity monitoringsecuritysystem monitoring - Question #422Service Configuration
Which of the following commands will create a new, signed tw.pol file?
TripwireFile Integrity MonitoringSecurity PoliciesCommand Syntax - Question #423Essential Commands
What openssl command will generate a private RSA key of 2048 bits and no passphrase?
opensslRSA private keyKey generationCommand-line utilities - Question #424Essential Commands
What openssl command will generate a certificate signing request (CSR) using the private key file privkey.pem?
opensslCSR generationcertificate managementsecurity - Question #425Service Configuration
What openssl command will generate a selfsigned test certificate?
opensslcertificate generationself-signed certificateTLS/SSL - Question #426Essential Commands
Which openssl command is used to inspect the information stored in a certificate?
opensslcertificatessecuritycommand-line tools - Question #427Networking
The openssl command can be used to test connections with various secure services. What command will open a connection with a remote POP3S (POP3 over SSL) server?
opensslSSL/TLS clientNetworking diagnosticsSecure protocols - Question #428Service Configuration
Which of the following rule directives will email [email protected] and [email protected] when the Mail Configuration rule is violated?
AlertingMonitoringConfiguration FilesEmail Notifications - Question #429Service Configuration
When configuring LDAP to use certificates, which option should be used with the TLSVerifyClient directive to ask the client for a valid certificate in order to proceed normally?
LDAPTLSCertificatesClient Authentication - Question #431Service Configuration
Which of the following parameters in slapd.conf are used to tune the database cache size? (Choose TWO answers.)
OpenLDAPslapd.confDatabase CachingService Tuning - Question #433Service Configuration
An administrator notices that searches are being processed sequentially and taking a long time to complete. What should be done to speed up the searches?
LDAPIndexingPerformance Tuningslapd - Question #434Essential Commands
Which command will instruct slurpd to process the replication error log in one-shot mode for the server 192.168.0.3?
LDAP replicationslurpd commandLog processingCommand-line options - Question #436User and Group Management
To restrict user authentication to ONLY users who belong to a specific organizational unit, which file should be modified?
LDAPAuthenticationPAMUser Filtering - Question #437Operation of Running Systems
Which of the following tools are used to measure memory usage? (Select THREE correct answers.)
Memory monitoringSystem monitoring toolsPerformance monitoring - Question #438Operation of Running Systems
When performing a capacity planning exercise, when would taking measurements be most approriate?
Capacity PlanningSystem MonitoringPerformance BaselineResource Utilization - Question #439Operation of Running Systems
In the following output, what resource is the program being observed using the most?
system monitoringresource utilizationmemory managementprocess analysis - Question #440Operation of Running Systems
What operating system tools can be used to collect capacity planning data? (Select TWO correct)
System MonitoringCapacity Planningiostatvmstat - Question #441Networking
Which of the following tools are used to measure network I/O?
network monitoringnetstatnetwork I/Osystem utilities - Question #442Operation of Running Systems
What is the goal of capacity planning? (Select THREE correct answers.)
capacity planningresource managementsystem sizingperformance management - Question #443Essential Commands
Which of the following is the BEST way to list all defined shell variables?
shell variablesenvironment variablesset commandbash basics - Question #444Networking
All of the following information is provided in any output from the netstat utility EXCEPT:
netstatNetwork diagnosticsLinux commandsNetworking information - Question #445User and Group Management
On a system using shadowed passwords, the correct permissions for /etc/passwd are ___ and the correct permissions for /etc/shadow are ___.
File PermissionsUser AccountsSystem SecurityShadow Passwords - Question #446Networking
Which of the following Class B IPv4 networks are reserved by IANA for private address assignment and private routing? (Select TWO).
IPv4Private IP addressesRFC 1918Networking fundamentals - Question #447Operation of Running Systems
The correct crontab entry to execute the script chklog once per hour between 3 p.m. and 5 p.m. on Monday and Thursday each week is, which of the following?
crontabtask schedulingcron syntaxautomation - Question #448Essential Commands
Which of the following commands allows an administrator to make a shell variable visible to subshells?
Shell variablesexport commandSubshellsEnvironment variables - Question #449Service Configuration
Within smb. conf, which security setting will NOT require that a client connect using a valid usernarne and password before connecting to a shared resource?
Sambasmb.confSecurity SettingsFile Sharing - Question #450Networking
Which of these are name resolution related files? (Choose Two)
Name ResolutionNSS (Name Service Switch)Host FilesDNS Client Configuration - Question #451Operation of Running Systems
If you want to print a listing of your computer's mail queues, what command would you use?
mail queueemail managementsystem monitoringcommand-line tools - Question #452Service Configuration
Which of the following tools is used to configure CUPS?
CUPSPrintinglpadminPrinter Configuration - Question #453Essential Commands
What command should be entered to print and then delete the file, foobar.txt?
lpr commandprintingfile removalcommand-line utilities - Question #454Service Configuration
You have replaced inetd with xinetd.What must be done after installing to ensure that your machine will work correctly?
xinetdinetdService ConfigurationSuper-server - Question #455Service Configuration
Which configuration option can you use to prevent the root user from logging directly onto a machine using ssh?
SSHSecurityRoot LoginService Configuration - Question #456Networking
What are the addresses falling into the range of 224.0.0.0 through 254.0.0.0?
IP AddressingNetwork ClassesSpecial IP RangesIPv4 - Question #457Networking
Which of the following IP networks does RFC1918 reserve for use on private intranets?(Choose two)
RFC1918Private IP addressesIP addressingNetworking basics - Question #458Service Configuration
A remote logging computer with a host name of foobar is being installed on the local network. What line in the system message configuration file will send all system messages to th...
rsyslogloggingremote loggingconfiguration file syntax - Question #459Essential Commands
You are writing a script and want to test the exit status of a process. Which of the following is true?
Exit StatusShell ScriptingProcess ManagementBash - Question #460Operation of Running Systems
You are looking into a new script you received from your senior administrator. In the very first line you notice a #! followed by a path to a binary. The shell will ...
ShebangScript executionInterpretersShell scripting basics - Question #461User and Group Management
A user complained that programs started from his shell won't use his favorite editor. Which of the following files should you edit to change this?
shell configurationenvironment variablesuser profilestext editors - Question #462User and Group Management
In what file do you change default shell variables for all users?
Shell configurationEnvironment variablesGlobal settingsLogin scripts - Question #463Essential Commands
The correct command to view "verbose" line printer queue information is
lpq commandPrinter queueCommand-line optionsVerbose output - Question #464Service Configuration
Ghostscript can be used as:
GhostscriptPrintingPrint filtersPostScript conversion - Question #465User and Group Management
Of the ways listed, which is the best way to temporarily suspend a user's ability to interactively login?
User managementAccount suspensionInteractive loginShell configuration