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 了。
更多软件包在线索引:
http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/stable/
资料来源:
https://wiki.imoke.org/Synology群晖/群晖 安装ipkg实现安装lsof等命令.html