"ls" typically lists the same incorrect permissions for all files.
"chmod" does not change permissions.

Are these commands going to be updated?

examples:

rhmcc@rhmZ570 MSYS /c/msys64/home/ke/KE/parser​
$ ls -l csv.icn​
-rw-r--r-- 1 rhmcc rhmcc 2079 Dec 30 14:55 csv.icn​
​
rhmcc@rhmZ570 MSYS /c/msys64/home/ke/KE/parser​
$ chmod 775 csv.icn​
​
rhmcc@rhmZ570 MSYS /c/msys64/home/ke/KE/parser​
$ ls -l csv.icn​
-rw-r--r-- 1 rhmcc rhmcc 2079 Dec 30 14:55 csv.icn​
​
rhmcc@rhmZ570 MSYS /c/msys64/home/ke/KE/parser​

Richard H. McCullough
http://ContextKnowledgeSystems.org
What is your context?

_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to