You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/11.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ If you're looking for a file called `access.log` then the quickest approach is t
34
34
/var/log/apache2/access.log.1
35
35
/var/log/apache2/access.log.2.gz
36
36
37
-
(If `locate` is not installed, do so with `sudo apt install mlocate`)
37
+
(If `locate` is not installed, do so with `sudo apt install plocate`)
38
38
39
39
As you can see, by default it treats a search for _"something"_ as a search for _"\*something\*"_. It’s very fast because it searches an index, but if this index is out of date or missing it may not give you the answer you’re looking for. This is because the index is created by the `updatedb` command - typically run only nightly by `cron`. It may therefore be out of date for recently added files, so it can be worthwhile updating the index by manually running: `sudo updatedb`.
0 commit comments