linux下查看redis安裝目錄的方法:
1.打開終端命令行。
2.輸入以下命令進行查看即可。
[root@localhost ~]# which Redis/usr/local/redis //redis安裝目錄
[root@localhost ~]# which Redis
/usr/local/redis //redis安裝目錄
3.如果which命令找不到,可以通過進程查看。
//查看redis進程ps -aux | grep redis 或者ps -ef|grep redis//假設得到redis的進程號123,然后使用以下命令查看安裝位置。ll /proc/123/cwd
//查看redis進程
ps -aux | grep redis
或者
ps -ef|grep redis
//假設得到redis的進程號123,然后使用以下命令查看安裝位置。
ll /proc/123/cwd
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529