Login using Social Account
     Continue with GoogleLogin using your credentials
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
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Loading comments...