Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 1 (Q.No. 11)
11.
Which of the following commands is used to display the directory attributes rather than its contents?
ls -l -d
ls -l
ls -x
ls -F
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Aditya chauhan said:   10 years ago
We should use this command ls -ld */.

Ashwini said:   10 years ago
We can use ls -ld.

Banupriya said:   1 decade ago
ls -l -d -> lists all the entries of the current directory where its options -l displays all the details in long format and -d lists the directory entries without contents.

Post your comments here:

Your comments will be displayed after verification.