Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Programming with Unix Permissions a. What is the octal equivalent of this file's permission block? - ruxac--r-x. 1 joe domain-users 10240 Sep 15 10:35 script1.sh
Programming with Unix
Permissions a. What is the octal equivalent of this file's permission block? - ruxac--r-x. 1 joe domain-users 10240 Sep 15 10:35 script1.sh b. What command would you use to allow group members to execute the file script1.sh but leave all other permissions as before? Note: Use character codes (symbolic mode). c. What command would you use to set these permissions in the file scriptl.sh (overriding all previous permissions)? - read, write, and exec permissions for the current user, - read and exec permissions for group and others. Note: Use octal values (numeric mode). d. What command would you use to give the user with username Kris the right to modify the file scriptl.sh without changing any other of its permissionsStep 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