We can use the following command to get the file permission in numeric form instead of string from.
stat -c "%a %n" *
Where
-c --> specify custom format
%a --> Access rights in octal format
%n --> file name
Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...