Answer:
The answer is "Option a".
Explanation:
Splunk is a software that is used for captures, indexes, and it provides a collection of real-time data. It is also known as a searchable archive that can be used to produce maps, charts, warnings, dashboards, and visualizations. It is a hierarchical system used to handle software, protection, and security, and to analyze enterprise and network. and other options are incorrect that can be described as follows:
- In option b, It tells the name of the file and it also described the type of file like text file, image file, etc. That's why it is not correct.
- In option c, This option is used to add data into the new line, that's why it is not correct.
Answer: M and E
Explanation: Hope this helps
The file that contains full and incremental back-up information for use with the dump/restore utility is <u>/etc/dumpdates.</u>
<u></u>
<h3>What is dump/restore utility ?</h3>
Dump examines files in a filesystem, determines which ones need to be backed up, and copies those files to a specified disk, tape or other storage medium. Subsequent incremental backups can then be layered on top of the full backup.
The restore command performs the inverse function of dump; it can restore a full backup of a filesystem. Single files and directory subtrees may also be restored from full or partial backups in interactive mode.
Learn more about incremental backups
brainly.com/question/5849057
#SPJ4
Answer:
Linux directories and their purposes are:
1) lib - Lib file contained the share object library file which necessary to boots system and this directory contain file module stored in the kernel.
2) etc - etc file is the configuration file that they are local in the machines. When the program run these file are stored in the directories. this can be static and do not executable directory.
3) Boot - Boot file are stored in the directory which required processing of linux boot and such files are included in the linux kernel of the file.
4) Root - Root file are the best user root directory and user cannot view this directories from there account. This file usually contain administrative file system.
5) Home - Home file contained the user directory and it is the default system of linux. Home directory helps user to enable any network system to access there home directories.
<span>/**
*
*
* Exercise 1.2 - Display Five Messages
*
*/
public class Ex01_02 {
public static void main(String[] args) {
System.out.println("Welcome to Java");
System.out.println("Welcome to Java");
System.out.println("Welcome to Java");
System.out.println("Welcome to Java");
System.out.println("Welcome to Java");
}
}</span>