1->檔案系統 /home/Web37-1
2->建立 public_html 資料夾
3->在public_html 資料夾中 建立 index.html
4->在index.html上 鍵入歡迎詞
網路架設術科-Web37-1號 羅安智的第1個網站
5->檔案系統 /home/Web37-2
6->建立 public_html 資料夾
7->在public_html 資料夾中 建立 index.html
8->在index.html上 鍵入歡迎詞
網路架設術科-Web37-2號 羅安智的第2個網站
9->設定網頁資料夾存取權
chmod 711 /home/Web37-1
chmod 711 /home/Web37-2
chmod 755 /home/Web37-1/public_html
chmod 755 /home/Web37-2/public_html
10->建立https歡迎詞
/var/www 中,建立https資料夾
/var/www/https中,建立index.html
在index.html中 建立歡迎詞->網路架設術科-Web37-2號 羅安智的第二個網站
11->建立兩個上傳檔案 up1 , up2
dd count=1400 if=/dev/zeri of=up1
dd count=1400 if=/dev/zero of=up2