Ignore the below instructions if you have already created myemptyfile
file in the previous question
Create a new file called myemptyfile
in your home directory. You can use:
touch myemptyfile
Check its permissions using:
ls -l myemptyfile
Using chmod
, give it permissions such that the owner of the file should be able to modify.
Everyone should be able to execute but no one other than the owner can modify the file. Give permission to the file such that
No hints are availble for this assesment
Answer is not availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...