Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

166 lines
3.7 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1994 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; caclsmsg.mc (will create caclsmsg.h when compiled)
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the CACLS messages.
  12. ;
  13. ;Author:
  14. ;
  15. ; davemont 7/94
  16. ;
  17. ;Revision History:
  18. ;
  19. ;--*/
  20. MessageId=8001 SymbolicName=MSG_CACLS_USAGE
  21. Language=English
  22. Displays or modifies access control lists (ACLs) of files
  23. CACLS filename [/T] [/E] [/C] [/G user:perm] [/R user [...]]
  24. [/P user:perm [...]] [/D user [...]]
  25. filename Displays ACLs.
  26. /T Changes ACLs of specified files in
  27. the current directory and all subdirectories.
  28. /E Edit ACL instead of replacing it.
  29. /C Continue on access denied errors.
  30. /G user:perm Grant specified user access rights.
  31. Perm can be: R Read
  32. W Write
  33. C Change (write)
  34. F Full control
  35. /R user Revoke specified user's access rights (only valid with /E).
  36. /P user:perm Replace specified user's access rights.
  37. Perm can be: N None
  38. R Read
  39. W Write
  40. C Change (write)
  41. F Full control
  42. /D user Deny specified user access.
  43. Wildcards can be used to specify more that one file in a command.
  44. You can specify more than one user in a command.
  45. Abbreviations:
  46. CI - Container Inherit.
  47. The ACE will be inherited by directories.
  48. OI - Object Inherit.
  49. The ACE will be inherited by files.
  50. IO - Inherit Only.
  51. The ACE does not apply to the current file/directory.
  52. .
  53. MessageId=8004 SymbolicName=MSG_CACLS_ACCESS_DENIED
  54. Language=English
  55. ACCESS_DENIED: %0
  56. .
  57. MessageId=8005 SymbolicName=MSG_CACLS_ARE_YOU_SURE
  58. Language=English
  59. Are you sure (Y/N)?%0
  60. .
  61. MessageId=8006 SymbolicName=MSG_CACLS_PROCESSED_DIR
  62. Language=English
  63. processed dir: %0
  64. .
  65. MessageId=8007 SymbolicName=MSG_CACLS_PROCESSED_FILE
  66. Language=English
  67. processed file: %0
  68. .
  69. MessageId=8008 SymbolicName=MSG_CACLS_NAME_NOT_FOUND
  70. Language=English
  71. <User Name not found>%0
  72. .
  73. MessageId=8009 SymbolicName=MSG_CACLS_DOMAIN_NOT_FOUND
  74. Language=English
  75. <Account Domain not found>%0
  76. .
  77. MessageId=8010 SymbolicName=MSG_CACLS_OBJECT_INHERIT
  78. Language=English
  79. (OI)%0
  80. .
  81. MessageId=8011 SymbolicName=MSG_CACLS_CONTAINER_INHERIT
  82. Language=English
  83. (CI)%0
  84. .
  85. MessageId=8012 SymbolicName=MSG_CACLS_NO_PROPAGATE_INHERIT
  86. Language=English
  87. (NP)%0
  88. .
  89. MessageId=8013 SymbolicName=MSG_CACLS_INHERIT_ONLY
  90. Language=English
  91. (IO)%0
  92. .
  93. MessageId=8014 SymbolicName=MSG_CACLS_DENY
  94. Language=English
  95. (DENY)%0
  96. .
  97. MessageId=8015 SymbolicName=MSG_CACLS_SPECIAL_ACCESS
  98. Language=English
  99. (special access:)
  100. .
  101. MessageId=8016 SymbolicName=MSG_CACLS_NONE
  102. Language=English
  103. N%0
  104. .
  105. MessageId=8017 SymbolicName=MSG_CACLS_READ
  106. Language=English
  107. R%0
  108. .
  109. MessageId=8018 SymbolicName=MSG_CACLS_CHANGE
  110. Language=English
  111. C%0
  112. .
  113. MessageId=8019 SymbolicName=MSG_CACLS_FULL_CONTROL
  114. Language=English
  115. F%0
  116. .
  117. MessageId=8020 SymbolicName=MSG_CACLS_Y
  118. Language=English
  119. Y%0
  120. .
  121. MessageId=8021 SymbolicName=MSG_CACLS_YES
  122. Language=English
  123. YES%0
  124. .
  125. MessageId=8022 SymbolicName=MSG_CACLS_SHARING_VIOLATION
  126. Language=English
  127. SHARING_VIOLATION%0
  128. .
  129. MessageId=8023 SymbolicName=MSG_CACLS_INVALID_ARGUMENT
  130. Language=English
  131. Invalid arguments.%0
  132. .
  133. MessageId=8024 SymbolicName=MSG_CACLS_NOT_NTFS
  134. Language=English
  135. The Cacls command can be run only on disk drives that use the NTFS file system.%0
  136. .
  137. MessageId=8025 SymbolicName=MSG_NULL_DACL
  138. Language=English
  139. No permissions are set. All user have full control.%0
  140. .