


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
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
1 / 4
This page cannot be seen from the preview
Don't miss anything!
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