Quote:
I know that "chmod -R 777 /test" will change the permissions that exist at that time but it does not apply to any future directory's that are created.
|
I suppose that is a linux bult-in security policy as you're creating this folder within the filesystem so it's only permitted to the root user.
If you try to change the owner of the folder to the user to a normal one? Or you must access it as root?