ls - 列出目录内容
empty_dir# ls -al
total 0
drwxr-xr-x. 2 root root 6 Dec 31 09:49 .
dr-xr-x---. 6 root root 284 Dec 31 09:49 ..
find - 在目录层次结构中搜索文件
empty_dir# find
.
ls - 列出目录内容
empty_dir# ls -al
total 0
drwxr-xr-x. 2 root root 6 Dec 31 09:49 .
dr-xr-x---. 6 root root 284 Dec 31 09:49 ..
find - 在目录层次结构中搜索文件
empty_dir# find
.