Question Completion with Options:
O tabs
O comma (,)
O colon (:)
O backtick (')
Answer:
In many UNIX/Linux data and configuration files are "fields". Sometimes these fields are separated by:
O tabs
O comma (,)
O colon (:)
Step-by-step explanation:
A UNIX/Linux data and configuration file is a local program file that controls the operation of the program. Such files are usually static and are not created to be in executable binary. The files are stored in subdirectories. Backticks are not used to separate fields. But tabs, commas, and colons can be freely used. Configuration files, which are coded, provide the required parameters and initial settings to operate computer applications. Data files are not executable like configuration files but are used by applications as input and output data to be read or viewed.