Which command shows the properties of a directory itself instead of listing the files inside it?

Choose the correct answer

Explanation

The command 'ls -l -d' displays the details of the directory entry itself rather than its contents. Other options like 'ls -l' list the files within the directory, while 'ls -x' and 'ls -F' format the output differently but still show directory contents.

Which command shows the properties of a directory it… — Basic of linux unix | PakQuizHub