普通命令

uginx上面放前端静态文件时需要放在html文件里面

把本地的指定文件传输到服务器上指定位置
 scp build.rar [email protected]:/usr/local/nginx/html/zhipin
把服务器上文件下载到本地
scp [email protected]:/opt/web/selenium/autotest/templates/testResult.html ~/Desktop
远程连接服务器
 ssh [email protected]
解压zip格式的压缩包
 unzip zhipin-server.zip
查看当前路径
pwd

你可能感兴趣的:(普通命令)