The term “action” means an action that defines where a log message ends up such as in a regular file or database table when referring to system logging in SUSE Linux Enterprise. An action is part of a rule that specifies how to process a log message based on its properties. An action can be one of the following types: file, pipe, shell, template, discard, stop, call, omusrmsg, ommysql, ompgsql, etc. References:
Question 2
What are the three permissions available on posix file systems? (Choose three)
Options:
A.
Read
B.
Sharable
C.
Edit
D.
Change
E.
User
F.
All
G.
Write
Answer:
A, G, H
Explanation:
Explanation:
The three permissions available on posix file systems are read, write, and execute. The read permission allows the user to view the contents of a file or directory. The write permission allows the user to modify or delete a file or directory. The execute permission allows the user to run a file as a program or change into a directory. References:
Question 3
Which statement is true regarding VFS?
Options:
A.
VFS is a set of ANs designed for BtrFS to provide portability.
B.
VFS is a high-performance journaling file system format used by default by YaST and parted.
C.
VFS is an abstraction layer in the kernel that provides the same interface to applications and the user, regardless of which file system format is used.
D.
VFS is a translation layer to allow applications written for ext2 and ReiserFS to run on ext4 file systems.
E.
VFS is a translation layer to allow applications to run on mobile platforms.
Answer:
C
Explanation:
Explanation:
The statement that is true regarding VFS is that VFS is an abstraction layer in the kernel that provides the same interface to applications and users regardless of which file system format is used. VFS stands for Virtual File System or Virtual File System Switch. It allows different types of file systems (such as ext4, xfs, nfs, etc.) to be accessed through a common set of system calls and functions. VFS also provides caching and buffering mechanisms to improveperformance and reliability. References: