ls -la | grep "^d" : 숨은 디렉토리까지 보여 줌.

ex)
[root@op etc]# ls -al | grep "^d"
drwxr-xr-x 59 root root 4096 10월 29 05:36 .
drwxr-xr-x 20 root root 1024 10월 30 02:01 ..
drwxr-xr-x 3 root root 1024 3월 24 2003 .java
drwxr-xr-x 3 root root 1024 3월 23 2003 CORBA
drwxr-xr-x 3 root root 1024 3월 23 2003 FreeWnn
drwxr-xr-x 17 root root 1024 7월 6 18:44 X11
drwxr-xr-x 4 root root 1024 3월 23 2003 alchemist
drwxr-xr-x 2 root root 1024 9월 19 22:15 alternatives

위와 같이 숨어 있는 디렉토리도 보여줍니다.
아래와 같이 치면 그냥 디렉토리만 보여줍니다.
ls -l | grep "^d"
2005/07/04 14:34 2005/07/04 14:34

트랙백 주소 :: 이 글에는 트랙백을 보낼 수 없습니다