Some minor permission display giltches after using *
to toggle exe of a file with mode bits 700
#1657
Labels
*
to toggle exe of a file with mode bits 700
#1657
To reproduce:
touch abc.txt
chmod 700 abc.txt
nnn -d
Highlight file
abc.txt
and press*
"Displayed" permission changed from
700
to611
in detail pane, status bar change from-rwx------
to-rw---x--x
After navigate back and forth, the displayed permission changed back to
600
(deatail pane) and-rw-------
(status bar), which is the correct new permisison of the file abc.txt.The text was updated successfully, but these errors were encountered: