Suggested Answer:See explanation below.
chmod 770 /archive Verify using : ls -ld /archive Preview should be like: drwxrwx--- 2 root sysuser 4096 Mar 16 18:08 /archive To change the permission on directory we use the chmod command. According to the question that only the owner user (root) and group member (sysuser) can fully access the directory so: chmod 770 /archive
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
STFN2019
3 months, 3 weeks ago