Which statement is true regarding VFS?
Answer : C
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 improve performance and reliability. Reference: https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-vfs.html
Which file lists each user's home directory and login shell?
Which commands can display the groups of which a user is a member? (Choose two)
In the scripts subdirectory under your home directory there is a file named tstparse.sh. You want to set an Extended ACL so thejsmith user has all permissions to just this file. Which command will accomplish this?
What does the following command allow you to do? alias endear"
You're setting up a SUES 15 server which will require very large data volumes and journaling capabilities. Which file system listed below would be the best choice for your data volumes?
firewalld maintains two separate configurations. What are they named? (Choose two)
Answer : A, D
Firewalld uses two separated configuration sets, runtime, and permanent configuration.
The runtime configuration is the actual running configuration and it is not persistent on reboots. When the firewalld service starts it loads the permanent configuration which becomes the runtime configuration.