+4 votes
356 views
How to run updatedb command in the background in Linux

in Linux / Unix by (551k points) | 356 views

1 Answer

+5 votes
Best answer

As described in Tip Linux: Finding Files , locate is a very useful command to find files.

The only thing the statement updatedb needs a while to do is to crawl the disks. Therefore, you should send the process with an appended &in the background:

updatedb &

by (551k points)

Related questions

+3 votes
1 answer
asked Nov 9, 2019 in Linux / Unix by backtothefuture (551k points) | 289 views
+3 votes
1 answer
asked Sep 17, 2019 in Linux / Unix by backtothefuture (551k points) | 269 views
+3 votes
1 answer
+5 votes
1 answer
asked Jun 5, 2020 in Linux / Unix by backtothefuture (551k points) | 335 views
+4 votes
1 answer
asked Oct 4, 2019 in Linux / Unix by backtothefuture (551k points) | 381 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users