As a Linux administrator, you have to let the users smith and scott manage files and directories in
the /software directory on their own, with full permissions between each other’s files. What are the
most essential steps needed to grant them the required privileges? (Choose all that apply.)
A.
Add SUID on /software.
B.
Add 777 permissions on /software.
C.
Add u=— permissions on /software.
D.
Add scott as a member of the apps group.
E.
Add rwx permissions for the apps group on /software.
Explanation: