"-bash: locate: command not found"의 두 판 사이의 차이

(새 문서: ==개요== ;<nowiki>-bash: locate: command not found</nowiki> <syntaxhighlight lang='console'> testuser@localhost:~$ locate -bash: locate: command not found </syntaxhighlight> <synta...)
 
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
3번째 줄: 3번째 줄:


<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ locate
testuser@localhost:~$ locate --version
-bash: locate: command not found
-bash: locate: command not found
</syntaxhighlight>
</syntaxhighlight>
10번째 줄: 10번째 줄:
sudo apt install mlocate
sudo apt install mlocate
</syntaxhighlight>
</syntaxhighlight>
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ locate --version
testuser@localhost:~$ locate --version
mlocate 0.26
mlocate 0.26
21번째 줄: 21번째 줄:
==같이 보기==
==같이 보기==
* [[리눅스 locate]]
* [[리눅스 locate]]
* [[locate: can not stat () `/var/lib/mlocate/mlocate.db': No such file or directory]]


[[분류: locate]]
[[분류: locate]]

2020년 11월 18일 (수) 19:08 기준 최신판

1 개요[ | ]

-bash: locate: command not found
Console
Copy
testuser@localhost:~$ locate --version
-bash: locate: command not found
Bash
Copy
sudo apt update
sudo apt install mlocate
Console
Copy
testuser@localhost:~$ locate --version
mlocate 0.26
Copyright (C) 2007 Red Hat, Inc. All rights reserved.
This software is distributed under the GPL v.2.

This program is provided with NO WARRANTY, to the extent permitted by law.

2 같이 보기[ | ]