diff --git a/Cheat Sheet.md b/Cheat Sheet.md index f9b7c44..3eb9b02 100644 --- a/Cheat Sheet.md +++ b/Cheat Sheet.md @@ -36,6 +36,15 @@ Permissions:
2.W `Write`
3.C `Change`
4.F `Full Control` +### Set File bits +attrib +r filename `add read only bit`
+attrib -r filename `remove read only bit`
+attrib +h filename `add hidden bit `
+attrib -h filename `remove hidden bit` +### Show hidden file/folder +dir /a `show all hidden files & folder`
+dir /a:d `show only hidden folder`
+dir /a:h `show only hidden files`
# King Of The Hill (KoTH) ### Monitoring and Closing Shell