PDA

View Full Version : Setting Security on a file



cnkinsd
03-04-2015, 11:20 AM
I am in need of figuring out how to change the security settings on a file.

The problem:
Moving a file from one location to another will remove the security settings of that file.

EXAMPLE:
File1.exe in the original location has
SYSTEM - Full Control
Administrators - Full Control
INTERACTIVE - Read & execute and Read

File1.exe when moved has only
SYSTEM - Full Control
Administrators - Full Control

I need to add INTERACTIVE security permissions back to the file.

How would I do that using SB8? Anyone know??????
Thank you in advance for your assistance...

Kel

linder
03-05-2015, 12:19 AM
Kel,

Perhaps the following (screenshot) helps? The "Set Access Control..." script function provides support for ACL.

Friedrich

cnkinsd
03-05-2015, 10:19 AM
Yes, that does help.... I don't know why I could not find that in the help files.
Kel