Jump to content

Cacls: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎References: added FILEACL home page
→‎CACLS: FileACL was formaly from Microsoft
Line 8: Line 8:
*''xcacls.exe''<ref>{{cite web|title=How to use Xcacls.exe to modify NTFS permissions (Revision: 4.5)|url=http://support.microsoft.com/kb/318754|work=Microsoft Support|publisher=Microsoft Corporation|accessdate=24 December 2011|date=2 March 2007}}</ref><ref>{{cite web|title=Windows 2000 Resource Kit Tool: Xcacls.exe|url=http://www.microsoft.com/download/en/details.aspx?id=11096|work=Microsoft Download Center|publisher=Microsoft Corporation|accessdate=24 December 2011|date=15 May 2002}}</ref><ref>{{cite web|title=Windows XP Service Pack 2 Support Tools|url=http://www.microsoft.com/download/en/details.aspx?id=18546|work=Microsoft Download Center|publisher=Microsoft Corporation|accessdate=24 December 2011|date=10 August 2004}}</ref>
*''xcacls.exe''<ref>{{cite web|title=How to use Xcacls.exe to modify NTFS permissions (Revision: 4.5)|url=http://support.microsoft.com/kb/318754|work=Microsoft Support|publisher=Microsoft Corporation|accessdate=24 December 2011|date=2 March 2007}}</ref><ref>{{cite web|title=Windows 2000 Resource Kit Tool: Xcacls.exe|url=http://www.microsoft.com/download/en/details.aspx?id=11096|work=Microsoft Download Center|publisher=Microsoft Corporation|accessdate=24 December 2011|date=15 May 2002}}</ref><ref>{{cite web|title=Windows XP Service Pack 2 Support Tools|url=http://www.microsoft.com/download/en/details.aspx?id=18546|work=Microsoft Download Center|publisher=Microsoft Corporation|accessdate=24 December 2011|date=10 August 2004}}</ref>
*''xcacls.vbs''<ref>{{cite web|title=How to use Xcacls.vbs to modify NTFS permissions (Revision: 2.4)|url=http://support.microsoft.com/kb/825751|work=Microsoft Support|publisher=Microsoft Corporation|accessdate=24 December 2011|date=30 October 2006}}</ref><ref>{{cite web|title=Extended Change Access Control List Tool (Xcacls)|url=http://www.microsoft.com/download/en/details.aspx?id=19419|work=Microsoft Download Center|publisher=Microsoft Corporation|accessdate=24 December 2011|format=2 July 2004|quote=Xcacls.vbs is an unsupported tool that provides additional capabilities not provided with the supported utility, Xcacls.exe.}}</ref>
*''xcacls.vbs''<ref>{{cite web|title=How to use Xcacls.vbs to modify NTFS permissions (Revision: 2.4)|url=http://support.microsoft.com/kb/825751|work=Microsoft Support|publisher=Microsoft Corporation|accessdate=24 December 2011|date=30 October 2006}}</ref><ref>{{cite web|title=Extended Change Access Control List Tool (Xcacls)|url=http://www.microsoft.com/download/en/details.aspx?id=19419|work=Microsoft Download Center|publisher=Microsoft Corporation|accessdate=24 December 2011|format=2 July 2004|quote=Xcacls.vbs is an unsupported tool that provides additional capabilities not provided with the supported utility, Xcacls.exe.}}</ref>
*''fileacl'' <ref>{{cite web|url=http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=723f64ea-34f0-4e6d-9a72-004d35de4e64&displaylang=en|title=FILEACL v3.0.1.6|publisher=[[Microsoft]]|date=2004-03-23}} {{Dead link|date=October 2010|bot=H3llBot}}</ref>
*''fileacl'' <ref>[http://www.gbordier.com/gbtools/fileacl.asp FILEACL home page]</ref>
*''icacls'' (included in Windows Server 2003 SP2, Windows Vista, [[Windows 7]])<ref>{{cite web|title=The Icacls.exe utility is available for Windows Server 2003 with Service Pack 2 (Revision: 4.0)|url=http://support.microsoft.com/kb/919240|work=Microsoft Support|publisher=Microsoft Corporation|accessdate=24 December 2011|date=9 October 2011}}</ref><ref>{{cite web|title=Icacls|url=http://technet.microsoft.com/en-us/library/cc753525%28WS.10%29.aspx|work=[[Microsoft TechNet]]|publisher=Microsoft Corporation|accessdate=24 December 2011|date=28 September 2007}}</ref>
*''icacls'' (included in Windows Server 2003 SP2, Windows Vista, [[Windows 7]])<ref>{{cite web|title=The Icacls.exe utility is available for Windows Server 2003 with Service Pack 2 (Revision: 4.0)|url=http://support.microsoft.com/kb/919240|work=Microsoft Support|publisher=Microsoft Corporation|accessdate=24 December 2011|date=9 October 2011}}</ref><ref>{{cite web|title=Icacls|url=http://technet.microsoft.com/en-us/library/cc753525%28WS.10%29.aspx|work=[[Microsoft TechNet]]|publisher=Microsoft Corporation|accessdate=24 December 2011|date=28 September 2007}}</ref>


Line 16: Line 16:


==See also==
==See also==
* FileACL <ref name=FileACL>[http://www.gbordier.com/gbtools/fileacl.asp FILEACL home page]</ref>
* [[SetACL]]
* [[SetACL]]
* [[chmod]]
* [[chmod]]

Revision as of 08:28, 8 August 2012

cacls and icacls are Microsoft Windows native command line utilities capable of displaying and modifying the access control lists (ACLs) on folders and files. An access control list is a list of permissions for securable object, such as a file or folder, that controls who can access it.

CACLS

The cacls utility is a command line editor of permissions in Windows 2000 and later. Microsoft has produced the following newer utilities all of which offer improvements:

ICACLS

Windows Server 2003 Service Pack 2, Windows Vista and Windows Server 2008 include icacls, a command-line utility that can display, modify, backup and restore ACLs for files and folders, as well as to set mandatory labels of Windows Integrity Control for them. It is not a complete replacement for cacls, however. For example, it cannot be used to hand-code a Security Descriptor Definition Language (SDDL) string.[clarification needed]

See also

References

  1. ^ "How to use Xcacls.exe to modify NTFS permissions (Revision: 4.5)". Microsoft Support. Microsoft Corporation. 2 March 2007. Retrieved 24 December 2011.
  2. ^ "Windows 2000 Resource Kit Tool: Xcacls.exe". Microsoft Download Center. Microsoft Corporation. 15 May 2002. Retrieved 24 December 2011.
  3. ^ "Windows XP Service Pack 2 Support Tools". Microsoft Download Center. Microsoft Corporation. 10 August 2004. Retrieved 24 December 2011.
  4. ^ "How to use Xcacls.vbs to modify NTFS permissions (Revision: 2.4)". Microsoft Support. Microsoft Corporation. 30 October 2006. Retrieved 24 December 2011.
  5. ^ "Extended Change Access Control List Tool (Xcacls)" (2 July 2004). Microsoft Download Center. Microsoft Corporation. Retrieved 24 December 2011. Xcacls.vbs is an unsupported tool that provides additional capabilities not provided with the supported utility, Xcacls.exe.
  6. ^ "FILEACL v3.0.1.6". Microsoft. 2004-03-23. [dead link]
  7. ^ "The Icacls.exe utility is available for Windows Server 2003 with Service Pack 2 (Revision: 4.0)". Microsoft Support. Microsoft Corporation. 9 October 2011. Retrieved 24 December 2011.
  8. ^ "Icacls". Microsoft TechNet. Microsoft Corporation. 28 September 2007. Retrieved 24 December 2011.
  9. ^ FILEACL home page

Further reading

Template:Expand-further