LINUX 1. There is no significant difference between the \"S\" and \"s\" special
ID: 647211 • Letter: L
Question
LINUX
1. There is no significant difference between the "S" and "s" special permissions when displayed in the ls -l command. One just means it is on a directory and the other is on a file.
a. True
b. False
2. To allow read and write access for the owner and group of the file text.txt, you would use which of the following commands?
a. chown 600 text.txt
b. chmod 660 text.txt
c. chmod 777 text.txt
d. None of the above
3.With the command ____, all permissions for the owner, read and execute for the group, and read for all other users are assigned to the file.
a. chmod 457 hello.txt
b. chmod 547 hello.txt
c. chmod 754 hello.txt
d. chmod 777 hello.txt
4.Which numeric mode corresponds to rw-r--r--?
a. 744
b. 644
c. 511
d. 311
Explanation / Answer
True
b. chmod 660 text.txt
c. chmod 754 hello.txt
b. 644
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.