Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

LPI BSD Specialist 702-100 Exam Dumps, Exams of Advanced Education

With the latest LPI BSD Specialist 702-100 Exam Dumps, exclusively cracked by the expert team at Passcert, you can now enhance your chances of acing the exam with ease.

Typology: Exams

2023/2024

Uploaded on 01/05/2024

victoria-meisel
victoria-meisel 🇺🇸

4

(5)

46 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Download Valid LPI 702-100 Exam Dumps To Practice Real Questions
1/4
Exam :702-100
Title :
https://www.passcert.com/702-100.html
Linux Professional Institute
BSD Specialist
pf3
pf4

Partial preview of the text

Download LPI BSD Specialist 702-100 Exam Dumps and more Exams Advanced Education in PDF only on Docsity!

Exam : 702-

Title :

https://www.passcert.com/702-100.html

Linux Professional Institute

BSD Specialist

1.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 A. disclosure only B. non-disclosure only C. non-disclosure only D. disclosure and non-disclosure only E. non-disclosure and non-disclosure Only Answer: E 2.What does S l represent in the following lines from a Bourne shell script: #! /bin/sh cp SI 52 A. A control operator. B. An environmental variable. C. A function. D. A positional parameter. E. The shebang. Answer: D 3.Which of the following excerpts is a valid if condition in the Bourne shell? A) B) C) D)

A. Two or more times B. Exactly one time C. Any number of times D. Zero or one times E. One or more times Answer: D 9.What command creates a new directory? (Specify ONLY the command without any path or parameters.) Answer: 10.What is the purpose of the nice command'? A. Run a command with the permissions of another user B. Run a command with limited access to a specified directory C. Run a command with additional filesystem permissions D. Run a command with additional secondary groups. E. Run a command with a non-standard priority. Answer: A, E 11.Which command sends the contents of the file myconfigfile by email to me@mycompany. com? A. cat myconfigfile I mail me@mycompany.com B. cat myconfigfile > me@mycompany.com C. mail me@mycompany.com I cat myconfigfile D. mail me@mycompany.com > cat myconfigfile E. mail myconfigfile -r me@mycompany.com Answer: A 12.While in the csh or tcsh shell, which command changes the time zone environment variable to GMT? A. export TZ=GMT B. setenv TZ GMT C. env TZ=GMT D. TZ=GMT; export TZ E. environ TZ GMT Answer: B