Which command shows the properties of a directory itself instead of listing the files inside it?
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.