How to separate Windows permissions

I have a small problem with Windows permissions (or rather, I'm trying to fix a problem that, it seems to me, is related to Windows permissions) and would like to compare and contrast permissions on different computers (you have no question, and one does), there is is there a tool that can do this for me? Or some hidden features that I don't know about?

On Linux, I would do ls -l, upload it to a file and use the diff command, but what about Windows?

+3
source share
1 answer

Try the cacls utility ( cacls /? To use). There are several different versions, depending on your version of Windows: XP, Vista, 7 or 8, so you may need / need to use xcacls (XP) or icacls (Vista / Win7 / Win8).

+3
source

All Articles