Question 1
1. Find all sizes of 10k file or directory under the /etc directory, and copy to /tmp/findfiles directory.
2. Find all the files or directories with Lucy as the owner, and copy to /tmp/findfiles directory.
2. Find all the files or directories with Lucy as the owner, and copy to /tmp/findfiles directory.
Question 2
CORRECT TEXT
Create a user named alex, and the user id should be 1234, and the password should be alex111.
Create a user named alex, and the user id should be 1234, and the password should be alex111.
Question 3
What is the Puppet equivalent to an Ansible Playbook called?
Question 4
Some users home directory is shared from your system. Using showmount -e localhost command, the shared directory is not shown. Make access the shared users home directory.
Question 5
Which of the log messages below matches the following Logstash grok filter?
grok {
match => ["message", "%{SYSLOGBASE} new node %{IPORHOST:node}" ]
}
grok {
match => ["message", "%{SYSLOGBASE} new node %{IPORHOST:node}" ]
}
