Modifying Permissions With ICACLS: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
Line 1: Line 1:
==Modifying Permissions With ICACLs==
==Modifying Permissions With ICACLs==
*my project
*'''Purpose'''
*my goals
Displays or modifies discretionary access control lists (DACLs) on specified files, and applies stored DACLs to files in specified directories. This can be used with Windows Server 2008 Server Core where no GUI exists.
 
*'''Syntax'''


==My results==
==My results==

Revision as of 04:25, 9 July 2010

Modifying Permissions With ICACLs

  • Purpose

Displays or modifies discretionary access control lists (DACLs) on specified files, and applies stored DACLs to files in specified directories. This can be used with Windows Server 2008 Server Core where no GUI exists.

  • Syntax

My results