ssh username@remoteIP 'rm -rf /file_to_delete' username: ssh登录的用户名 remoteIP: 被登录的设备IP /file_to_delete: 被删除的文件绝对路径