The "ls -ld" command in Kali Linux is used to list information about a directory.
example:
xxxxxxxxxx
ls -ld [directory path]
If you wanna see info about "/usr/share/nmap/scripts/" , the command should be...
xxxxxxxxxx
ls -ld /usr/share/nmap/scripts/
It will display directory's info such as permissions, ownership, size ,etc.