Valid SCA_SLES15 Dumps shared by ExamDiscuss.com for Helping Passing SCA_SLES15 Exam! ExamDiscuss.com now offer the newest SCA_SLES15 exam dumps, the ExamDiscuss.com SCA_SLES15 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SCA_SLES15 dumps with Test Engine here:
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?
Correct Answer: D
Explanation The command that you would use to set an Extended ACL so that the jsmith user has all permissions to just the tstparse.sh file in your scripts subdirectory under your home directory is setfacl -m u:jsmith:rwx ~/scripts/tstparse.sh. This command will modify (or create if it does not exist) the Extended ACL for the specified file and add an entry for the jsmith user with read, write, and execute permissions. You can use getfacl ~/scripts/tstparse.sh to view the Extended ACL for the file. References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-acl.html#sec-acl-set