I try to deny access to reading all
chmod a=--- file.txt Does not work.
By ls -l file permissions are still -r--r--r--
How can this be fixed? Environment ОС Windows 7 x64 , bash shell .
UPD. Alas, chmod ar did not work
user@Lenovo MINGW64 ~/Desktop/Новая папка $ ls -l total 0 -rw-r--r-- 1 user 197121 0 мар 9 18:18 test.txt user@Lenovo MINGW64 ~/Desktop/Новая папка $ chmod ar test.txt user@Lenovo MINGW64 ~/Desktop/Новая папка $ ls -l total 0 -rw-r--r-- 1 user 197121 0 мар 9 18:18 test.txt
chmod arfor example - Mikeicaclstried? - don Rumata