Fix: find command in Linux Chapter

This commit is contained in:
aixin 2018-04-09 10:06:06 +08:00
parent 4bf4b2e1da
commit d55e585af6

View File

@ -466,7 +466,8 @@ locate 使用 /var/lib/mlocate/ 这个数据库来进行搜索,它存储在内
find 可以使用文件的属性和权限进行搜索。 find 可以使用文件的属性和权限进行搜索。
```html ```html
# find filename [option] # find [basedir] [option]
example: find . -name "shadow*"
``` ```
(一)与时间有关的选项 (一)与时间有关的选项