I connect to a Samba drive in terminal (Linux) via smbclient. When I list the directory via command ls, I get for every entry (file or folder) some letters: such as D, H, R, S, A in different combinations DHR, DHS, DR, and so on.
As example
smb:> ls
Start Menu DHS 0 Mon Oct 5 16:08:57 2020
Saved Games DR 0 Mon Oct 5 16:55:45 2020
Sti_Trace.log A 0 Thu Oct 31 11:08:40 2019
Materials D 0 Fri Mar 15 12:15:58 2019
Mydoc.docx A 15047 Fri Jan 13 12:42:42 2017
ntuser.ini HS 20 Mon Oct 5 16:55:37 2020
I have realized that A is for files and D for directories, but the other meanings I cannot guess. Could you give me a reference to the meaning of such letters? I've been some time searching with no result and when I enter help ls I get a quite succinct answer :-\
smb: \> help ls
HELP ls:
<mask> list the contents of the current directory
Thanks in advance!