Linux Professional Institute BSD Specialist Questions and Answers
On BSD systems that provide an interactive adduser script, which configuration file stores the default adduser settings?
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)
Which statement about the difference between compiling an application from source code and installing a pre-compiled binary is true?
Which of the following chmod commands changes the permission of the file text. txt to 750?
Assuming a umask of 022, what are the default permissions in octal mode of the newly created files?
Which BSD command lists, adds, or deletes swap devices?
How often does? match the preceding expression in a regular expression?
While in the csh or tcsh shell, which command changes the timezone environment variable to GMT?
Which of the following commands initializes ZFS on a number of block devices?
Which command shows the current user's group memberships?
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
Which command finds all directories within the current user's home directory?
What file contains the configuration for the network interface em0on an OpenBSD system'? (Specify the full name of the file, including path.)
Which of the following lines stems from the output of last?
Which configuration file defines the order of the name resolution methods used on a NetBSD system'?
What directory holds the ports collection on FreeBSD? (Choose TWO correct answers.)
Which line in a cron job runs myscript once per hour?
When creating a symbolic link, an error message indicating that the target already exists is displayed. Which statement is true?