different permissions for user and application

  • Thread starter Thread starter Robertico
  • Start date Start date
R

Robertico

I have an application that needs write permission to a directory and it's
child directories. (the application creates these child directories).
The user of that application only may have read permission for these
directorys (parent and childs).

How can i reach this ?

Regards,

Robertico
 
Robertico said:
I have an application that needs write permission to a directory and
it's child directories. (the application creates these child
directories). The user of that application only may have read
permission for these directorys (parent and childs).

How can i reach this ?

1. Contact the application's tech support for instructions or a patch or
a workaround.

2. Use a better-written application that understands permissions.

3. Throw your security and good practices to the winds and change
permissions on the directory.

Malke
 
Back
Top