1z1-106 Exam Question 31

Examine the access privileges on this directory:
drwx------ 2 user1 test 4096 Nov 6 10:12 my_directory/
You must enable another user to read and navigate to my_directory. Which command will do this?
  • 1z1-106 Exam Question 32

    Which two statements are true about container technology?
  • 1z1-106 Exam Question 33

    Which two statements are true about systemd system and service manager?
  • 1z1-106 Exam Question 34

    Examine the contents of the /etc/exports file on an NFS server:
    /status *(rw,async)
    /usr/shared/tools *(all-squash,anonuid=501,anongid=501,ro)
    /projects/big *(ro) pteam(rw)
    The NFS server exports /usr/shared/tools to NFS clients. Which statement is true?
  • 1z1-106 Exam Question 35

    Examine this command:
    # ssh -L 5011:127.0.0.1:80 [email protected] -f sleep 30
    Which two are true upon execution?