群晖 安装ipkg实现安装lsof等命令

stevehe 2023年05月18日 198次浏览
https://blog.csdn.net/robin_lee/article/details/106784969

群晖中没有lsof , fuser等命令,其他命令被加了syno前缀。

如下方法安装lsof:

sudo -i
wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh
chmod +x syno-i686-bootstrap_1.2-7_i686.xsh
sh syno-i686-bootstrap_1.2-7_i686.xsh
ipkg update
ipkg install lsof

即可使用lsof 了。


资料来源:
https://wiki.imoke.org/Synology%E7%BE%A4%E6%99%96/%E7%BE%A4%E6%99%96%20%E5%AE%89%E8%A3%85ipkg%E5%AE%9E%E7%8E%B0%E5%AE%89%E8%A3%85lsof%E7%AD%89%E5%91%BD%E4%BB%A4.html