Create a directory /root/dropzone It should be set up so that group and other users can save files in the directory, but they cannot read the files that are there. User root must able to read and write the directory.
At first I tried creating the directory with the demo account but I soon got "Permission Denied". So i use the command su - to gain access to the root user. I make the directory again and it works. I then use the command " chmod 622 dropzone " to give the permission " rw- -w- -w- " . I then ls -l and all seems fine, so I click test answer and "FAIL"
I have even tried the umask command but that hasn't worked either. I reckon this question is super simple but I don't see the answer.
Iv been stuck on this for far too long so I ask for help, from you, the gods of linux to throw down some almighty knowledge, so I can defeat this mean question 8.
Regards Newb
