PrepAway - Latest Free Exam Questions & Answers

Author: admin

What command will remove the dmcrypt mapping named cryptvol?

What command will remove the dmcrypt mapping named cryptvol?
(Provide the command with any options and parameters)

Which command can be used to verify that file.tgz hat not beeing tampered with since the file creator created

You have downloaded a file named file.tgz along with a signature file named file.tgz.asc. Which command can be used to verify that file.tgz hat not beeing tampered with since the file creator created the signature?
Assume that you have already retrieved the public key of the file creator
(Select 3 correct answers)

What is the syntax error in the following simple Puppet configuration file?

What is the syntax error in the following simple Puppet configuration file?

class test_class {
    file { "/tmp/test.txt":
       mode => 600,
       owner => root,
       group => root
    }
}
# Define the node
node testclient {
    isa test_class
}


Page 35 of 146« First...102030...3334353637...405060...Last »