SUSE
SCA_SLES15
Q1:
Which statement is true regarding VFS?
○
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.
SUSE
SCA_SLES15
Q2:
Which file lists each user's home directory and login shell?
○
A
/etc/sysconfig/homedir○
B
/var/userenv○
C
/var/sysconf/userenv○
D
/var/9hare/userenv○
E
/etc/password○
F
/etc/passwd
SUSE
SCA_SLES15
Q3:
Which commands can display the groups of which a user is a member? (Choose two)
☐
A
groups☐
B
whoami -g☐
C
whoami☐
D
finger☐
E
id
SUSE
SCA_SLES15
Q4:
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?
○
A
setacl -a user:jsmith:rwx -/scripts/tstparse.sh○
B
extacl -a user=jsmith:rwx -/scripts/tstparse.sh○
C
modacl user=jsmith:rwx -/scripts/tstparse.sh○
D
setfacl -m u:jsmith:rwx -/scripts/tstparse.sh
SUSE
SCA_SLES15
Q5:
What does the following command allow you to do? alias endear"
○
A
You can type clear to run the c command.○
B
You can type c to run the clear command.○
C
Nothing, since there is not a command named alias.○
D
It launches a second Login Shell and allows you to rename the clear command to just c.○
E
It allows you to rename the clear command to just c and then deletes the clear command.