centos7中使用locate命令
centos7 中第一次使用 locate 命令;報錯
-bash: locate: command not found
原因 centos7 預設沒有安裝 locate 這個命令;
安裝 locate:
yum install mlocate
安裝完後測試一下:
locate inittab
這是報錯: locate: can not stat () `/var/lib/mlocate/mlocate.db': No such file or directory
這時執行命令 :updatedb 更新初始化檔案庫,再次執行: locate inittab ;結果顯示:
/etc/inittab 說明locate命令可以使用了;
相關文章
- Linux系統下find、locate命令如何使用?Linux
- 每天一個 Linux 命令(18):locate 命令Linux
- CentOS7中systemctl命令詳解CentOS
- 每天一個linux命令–locate(3)Linux
- Linux中的查詢命令:find、locate、whereis、which、type及其區別Linux
- Docker centos7 systemctl命令不能使用DockerCentOS
- centos7中php使用memcacheCentOSPHP
- linux命令檢視記憶體命令free -h whereis locate find查詢命令Linux記憶體
- centos7 中的一些常用命令CentOS
- Linux 搜尋命令總結 – whereis,which,locate,find,grepLinux
- CentOS7 防火牆命令CentOS防火牆
- Linux常用命令之檔案查詢which、find、locate命令講解Linux
- CentOS7(64)環境使用rpm命令安裝gccCentOSGC
- 在CentOS7中,使用yum安裝NginxCentOSNginx
- centos7中使用yum安裝OpenJDKCentOSJDK
- CentOS7中使用阿里雲映象CentOS阿里
- centos7 firewall 防火牆 命令CentOS防火牆
- Linux下的五個查詢命令:grep、find、locate、whereis、whichLinux
- SQL中copy命令使用SQL
- CentOS7中zip壓縮和unzip解壓縮命令詳解CentOS
- CentOS7 vi編輯命令【轉】CentOS
- CentOS7無法使用Tab鍵補全命令的解決方法CentOS
- oracle中INSERT對應db2中的LOCATE函式用法OracleDB2函式
- Mac中brew命令的使用Mac
- Centos7中使用7zip壓縮工具CentOS
- centos7中mysql自帶壓測工具mysqlslap使用CentOSMySql
- centos7中使用yum安裝NGINX安裝CentOSNginx
- 如何使用 Find 和 Locate 在 Linux 中搜尋檔案Linux
- Unable to locate factory with name [default]
- Centos7常用命令[網路]CentOS
- CentOS7常用命令集合CentOS
- centos7關閉防火牆命令 centos7永久防火牆關閉CentOS防火牆
- 【CentOS7】ulimit 使用CentOSMIT
- CentOS7中使用efibootmgr管理UEFI啟動項CentOSboot
- Linux中Type命令如何使用Linux
- Linux 中如何使用 id 命令Linux
- Linux中如何使用alias命令Linux
- Shell指令碼中cd命令使用指令碼