Answers for "create a directory such that anyone in the group can create a file and access any person's file, but none should be able to delete a file other than the one created by himself."

CSS
0

change permissions for specific file types linux

find . -name "*.sh" -exec chmod +x {} ;
Posted by: Guest on July-15-2020

Code answers related to "create a directory such that anyone in the group can create a file and access any person's file, but none should be able to delete a file other than the one created by himself."

Browse Popular Code Answers by Language