linux lists all the directories in the current directory?

### List all directories under the current directory :

[the root @ localhost ~] # LS - LD *     # listing all the files 
drwxr -XR-X. . 5 the root the root         44 is -Nov 28  03 : 46 is elasticsearch 
drwxr -XR-X   . 8 the root the root        134 On Apr   2  12 is : 01 elasticsearch- 6.7 . . 1 
-rw-R & lt - r--   . 1 the root the root 148 542 786 On Apr 10  03 : 44 is elasticsearch- 6.7 . . 1 . the tar .gz
-rw-r--r--  1 root root     15080 Mar  6 21:45 epel-release-latest-7.noarch.rpm
-rw-------  1 root root 308696064 Apr 22 05:23 grafana_500.tar
drwxr-xr-x  2 root root         6 Nov 28 03:39 ik_src
drwxr-xr-x. 2 root root        41 Sep  5  2018 images
-rw-r--r--  1the root the root     910 812 On Dec   . 5  05 : 26 is nginx- 1.10 . 2 . the tar .gz 
drwxr -XR-X. . 3 the root the root         94 On Sep   . 5   2018 pinyin_src 
[the root @ localhost ~] # LS - LD * /     # directory simply lists all 
drwxr -XR-X. . 5 the root the root   44 is -Nov 28  03 : 46 is elasticsearch / 
drwxr -XR-X   . 8 the root the root 134 On Apr  2 12:01 elasticsearch-6.7.1/
drwxr-xr-x  2 root root   6 Nov 28 03:39 ik_src/
drwxr-xr-x. 2 root root  41 Sep  5  2018 images/
drwxr-xr-x. 3 root root  94 Sep  5  2018 pinyin_src/

 

Guess you like

Origin www.cnblogs.com/chuanzhang053/p/10973251.html