LPI 702-100 Practice Test - Questions Answers
List of questions
Related questions
Consider the following file legal file:
disclosure
non-disclosure
non-disclosure
Which line or lines in the file does the following command match? Note the space after the dash within the brackets.
grep 'non [-] disclosure' legalfile
What does S l represent in the following lines from a Bourne shell script:
#! /bin/sh
cp SI 52
Which of the following excerpts is a valid if condition in the Bourne shell?
A file called mybackup is found while investigating a USB pen drive. Which utility can be used to determine the kind of data that is contained in that file?
Which BSD command lists, adds, or deletes swap devices?
Which of the following tar options handle compression'? (Choose TWO correct answers)
What symbol is used in the vi editor to start the forward search for a string? (Specify ONLY the single character symbol without any parameters)
How often does? match the preceding expression in a regular expression?
What command creates a new directory? (Specify ONLY the command without any path or parameters.)
What is the purpose of the nice command'?
Question