Question: unix bash questions 1 . create a file mytest ( use touch to do this ) 2 . check the permissions on the file 3
unix bash questions
create a file "mytest" use touch to do this
check the permissions on the file
set the permission to user all, group none, otherworld none; using rwx
now add read permission to those in the same group
now make sure that the file is readable by all, but that no user including
yourself can delete it
Verify this by trying to remove the file
create a directory test and create a file within it called test
use a single command to give read and write permission to test and all its
descendants
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
