Business Definition for: cacls (presumably: change access control lists)
cacls (presumably: change access control lists)
a powerful console-mode command in Windows 2000 and its successors for changing permissions and security attributes of files, analogous to
chmod
in UNIX. For example, the command
cacls myfile.txt /g "Domain Users":R
gives all members of the group "Domain Users" permission to read myfile.txt. For full documentation type:
cacls /?
The cacls command is used mainly in BAT files, since you can also change permissions by right-clicking on the file or folder and following the menus.
See also
permission
,
chmod
Related Terms:
an attribute of a file that indicates who is allowed to read or modify it. For example, the UNIX command
chmod ugo+r-wx myfile.txt
sets permissions for the user, group, and other users of file myfile.txt by adding read permission (+r) and removing write and execute permission (-wx). InWindows, with NTFS, you can set permissions on a file or directory by right-clicking on it and choosing Properties, Security.
UNIX command for changing file permissions. For example of its use, see permission.
Referring Terms:
Copyright © 2006, 2003, 2000, 1998, 1996, 1995, 1992, 1989, 1986 by Barron's Educational Series, Inc. Reprinted by arrangement with Publisher.