Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Unix/Linux File Permissions # ls -l /home/legolas/cs470 total 10 -r-------- 1 666 666 90 Aug 22 13:56 beast-owned -r-------- 1 bin bin 65 Aug 22
Unix/Linux File Permissions
# ls -l /home/legolas/cs470 total 10 -r-------- 1 666 666 90 Aug 22 13:56 beast-owned -r-------- 1 bin bin 65 Aug 22 13:56 bin-owned -rw------- 1 dwmatt adm 33 Aug 22 13:56 notreadable -rw-r--r-- 1 dwmatt adm 30 Aug 22 13:56 readable -rw------- 1 root sys 40 Aug 22 13:56 root-owned -r-sr-xr-x 1 root adm 25 Dec 1 1999 suid.test
If your userid is dwmatt, which of the files listed above are readable by your account?
A. beast-owned, notreadable, readable, root-owned, and suid.test | ||
B. bin-owned, readable, and suid.test | ||
C. notreadable, readable, and suid.test | ||
D. none of these are readable by dwmatt |
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started