I am using Cygwin on Windows 10.
In the images: there are 2 different results when I execute the same sequence of commands in 2 different folders.
In both cases, I run the touch
command (to create a file), and then I call icacls
for this file.
-
Execution of the described scenario in the
~/.ssh
folder.
-
Execution of the described scenario in the
~/sandbox
folder.
Why does icacls
return different results in cases 1 and 2?