In linux, ls -l lists files permissions, like this:
-rw-r--r-- 1 user user 924 2011-07-01 20:23 test.txt
In Windows, commands tree and dir don't have the options to list permissions. How is it possible to list files and their permissions using commandline only?