first commit

This commit is contained in:
2025-11-21 17:17:42 +01:00
commit 4cad18c2a5
285 changed files with 122106 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
icacc| F | Full access |
| --- | --- |
| M | Modify access |
| RX | Read and execute access |
| R | Read-only access |
| W | Write-only access |
| MASK | PERMISSIONS |
```powershell
icacls "C:\xampp\apache\bin\httpd.exe"
```