home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / cacls / caclsmsg.mc < prev    next >
Text File  |  1997-10-02  |  3KB  |  144 lines

  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.  
  21.  
  22. MessageId=8001 SymbolicName=MSG_CACLS_USAGE
  23. Language=English
  24. Displays or modifies access control lists (ACLs) of files
  25.  
  26. CACLS filename [/T] [/E] [/C] [/G user:perm] [/R user [...]]
  27.                [/P user:perm [...]] [/D user [...]]
  28.    filename      Displays ACLs.
  29.    /T            Changes ACLs of specified files in
  30.                  the current directory and all subdirectories.
  31.    /E            Edit ACL instead of replacing it.
  32.    /C            Continue on access denied errors.
  33.    /G user:perm  Grant specified user access rights.
  34.                  Perm can be: R  Read
  35.                               W  Write
  36.                               C  Change (write)
  37.                               F  Full control
  38.    /R user     Revoke specified user's access rights (only valid with /E).
  39.    /P user:perm  Replace specified user's access rights.
  40.                  Perm can be: N  None
  41.                               R  Read
  42.                               W  Write
  43.                               C  Change (write)
  44.                               F  Full control
  45.    /D user       Deny specified user access.
  46. Wildcards can be used to specify more that one file in a command.
  47. You can specify more than one user in a command.
  48. .
  49.  
  50. MessageId=8004 SymbolicName=MSG_CACLS_ACCESS_DENIED
  51. Language=English
  52.  ACCESS_DENIED%0
  53. .
  54.  
  55. MessageId=8005 SymbolicName=MSG_CACLS_ARE_YOU_SURE
  56. Language=English
  57. Are you sure (Y/N)?%0
  58. .
  59.  
  60. MessageId=8006 SymbolicName=MSG_CACLS_PROCESSED_DIR
  61. Language=English
  62. processed dir: %0
  63. .
  64.  
  65. MessageId=8007 SymbolicName=MSG_CACLS_PROCESSED_FILE
  66. Language=English
  67. processed file: %0
  68. .
  69.  
  70. MessageId=8008 SymbolicName=MSG_CACLS_NAME_NOT_FOUND
  71. Language=English
  72. <User Name not found>%0
  73. .
  74.  
  75. MessageId=8009 SymbolicName=MSG_CACLS_DOMAIN_NOT_FOUND
  76. Language=English
  77.  <Account Domain not found>%0
  78. .
  79.  
  80. MessageId=8010 SymbolicName=MSG_CACLS_OBJECT_INHERIT
  81. Language=English
  82. (OI)%0
  83. .
  84.  
  85. MessageId=8011 SymbolicName=MSG_CACLS_CONTAINER_INHERIT
  86. Language=English
  87. (CI)%0
  88. .
  89.  
  90. MessageId=8012 SymbolicName=MSG_CACLS_NO_PROPAGATE_INHERIT
  91. Language=English
  92. (NP)%0
  93. .
  94.  
  95. MessageId=8013 SymbolicName=MSG_CACLS_INHERIT_ONLY
  96. Language=English
  97. (IO)%0
  98. .
  99.  
  100.  
  101. MessageId=8014 SymbolicName=MSG_CACLS_DENY
  102. Language=English
  103. (DENY)%0
  104. .
  105.  
  106. MessageId=8015 SymbolicName=MSG_CACLS_SPECIAL_ACCESS
  107. Language=English
  108. (special access:)
  109. .
  110.  
  111. MessageId=8016 SymbolicName=MSG_CACLS_NONE
  112. Language=English
  113. N%0
  114. .
  115.  
  116. MessageId=8017 SymbolicName=MSG_CACLS_READ
  117. Language=English
  118. R%0
  119. .
  120.  
  121. MessageId=8018 SymbolicName=MSG_CACLS_CHANGE
  122. Language=English
  123. C%0
  124. .
  125. MessageId=8019 SymbolicName=MSG_CACLS_FULL_CONTROL
  126. Language=English
  127. F%0
  128. .
  129.  
  130. MessageId=8020 SymbolicName=MSG_CACLS_Y
  131. Language=English
  132. Y%0
  133. .
  134.  
  135. MessageId=8021 SymbolicName=MSG_CACLS_YES
  136. Language=English
  137. YES%0
  138. .
  139.  
  140. MessageId=8022 SymbolicName=MSG_CACLS_SHARING_VIOLATION
  141. Language=English
  142.  SHARING_VIOLATION%0
  143. .
  144.