Which command would you run to create an updated initial file system, if your server hardware requires additional drivers to be available for the Kernel at boot up?
Which command is used to view the manual pages?
Answer : C
You can view manual pages by running themancommand followed by a specific command name. If themancommand is not installed on your system, install it by running zypper install man.
https://documentation.suse.com/sles/15-GA/html/SLES-all/pre-sle.html
What does the (x) permission on a directory mean?
Which file lists each user's home directory and login shell?
You want to restrict access to your server via SSH to just a few specific users. What will you need to do to accomplish this?
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