Hello. I am software developer. I need to create a directory in Ubuntu Home directory via software interface that any files can be copied into and new subdirectories can be added into. I tried to create the directory with 0667 permission. But when I tried to add a subdirectory in it system denied. Then I tried the main directory with 0777 permission. This allowed me to place subdirectories in it. But I want to ask creating a directory with 0777 permission may create any security or system issue?
Thanks.