|
In windows/DOS,you can use command:dir/ad to do it.But in Linux,you can do it just like this:
- [root@station3 root]# ls -lF|grep /
- drwxr-xr-x 2 root root 4096 Feb 13 09:35 beifen/
- drwx------ 4 root root 4096 Feb 12 12:03 evolution/
- [root@station3 root]#
复制代码 |
|