dahai0405 大佬有话说 :
帮忙看看简单的脚本
cd /root/
wget http://192.168.1.55/client.zip
unzip client.zip
chmod +x client
nohup ./client >/dev/null 2>&1 &
为什么执行到解压后就结束了
unzip client.zip
不继续执行下面的麻烦大佬帮忙魔改下
本人马保国 大佬有话说 :
http://192.168.1.55/client.zip 根本就没文件,你咋解压
但是我想说 这个是内网IP
gdtv 大佬有话说 :
你都是元老了,应该懂得提问要提供什么信息,至少要给出报错信息啊。
biezhi 大佬有话说 :
你确定没有执行吗
zxxx 大佬有话说 :
unzip client.zip
unzip:cannot find or open client.zip, client.zip.zip or client.zip.ZIP
是不是文件没有下载成功?
KuYeHQ 大佬有话说 :
本帖最后由 KuYeHQ 于 2021-6-22 11:16 编辑
http://192.168.1.55/client.zip 根本就没文件,你咋解压:hug: 走眼了,先看看内网是否能下载这个文件:L :L
cherbim 大佬有话说 :
你要确保下载到文件了
dahai0405 大佬有话说 :
本人马保国 大佬有话说 : 2021-6-22 11:10
http://192.168.1.55/client.zip 根本就没文件,你咋解压
但是我想说 这个是内网IP
我是内网 肯定有文件
G.K.D 大佬有话说 :
你起码贴出报错信息呀。。。
3333 大佬有话说 :
nohup ./client >/dev/null 2>&1 &
这不后台运行么