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. You can use:
touch myemptyfile
Check its permissions using:
ls -l myemptyfile
Using chmod
, give permissions to myemptyfile
such that the owner of a file should be able to read and modify, members of groups can only read, others can’t read or modify.
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Loading comments...