1. Control Panel: Control Panel > Terminal & SNMP
Enable SSH service
2. SSH into Synology
3. Run as sudo: smbstatus
4. Find PID for the file: smbstatus | grep -i 文件名
5. Run as sudo: kill {PID}
Done
本文共 265 字,大约阅读时间需要 1 分钟。
1. Control Panel: Control Panel > Terminal & SNMP
Enable SSH service
2. SSH into Synology
3. Run as sudo: smbstatus
4. Find PID for the file: smbstatus | grep -i 文件名
5. Run as sudo: kill {PID}
Done
转载于:https://www.cnblogs.com/lionetchen/p/8950093.html