You execute the command given below:
find / -perm +7000 -ls
What is the expected output from this command? (Choose all that apply.)
A.
List (ls) all files and directories on the system with full permissions set.
B.
List (ls) all files and directories on the system with all special permissions set.
C.
List (ls) all files and directories on the system with any of the special permissions set.
D.
Long-list (ls -l) all files and directories on the system with all the special permissions set.
E.
Long-list (ls -l) all files and directories on the system with any of the special permissions set.
Explanation: