From d5e15d2e3ac3c046e857063633f260a743859bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E9=9B=AA=E6=9D=BE?= Date: Wed, 16 Sep 2020 21:55:36 +0800 Subject: [PATCH] Update Assignment1.md --- Assignment1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assignment1.md b/Assignment1.md index 8f8dd11..bdb7763 100644 --- a/Assignment1.md +++ b/Assignment1.md @@ -102,9 +102,9 @@ Shell是一个应用程序,接收从键盘输入的命令,并传递给操作 ![ls](img/assignment1/ls.png) -##### ii)上传文件到云主机:下载一个有内容的文件[a-content.txt](file/assignment1/a-content.txt),并上传到云主机。 +##### ii)上传文件到云主机:下载一个有内容的文件[a-content.txt](http://106.75.225.141/xuesong/cloud-computing-course/blob/master/file/assignment1/a-content.txt),并上传到云主机。 -##### Click to Download +##### Click to Download ##### Mac/Linux系统:在本地终端中运行`scp 存储路径/a-content.txt 你的用户名@你的云主机ip:/home/你的用户名/`,例如下图中,a-content.txt在/Users/xuesong/Downloads/files/目录下